Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixing the integer print-out problem. | Alan Mishchenko | 2012-07-13 | 1 | -13/+13 | |
| | ||||||
* | Fixing the integer print-out problem. | Alan Mishchenko | 2012-07-13 | 1 | -12/+18 | |
| | ||||||
* | Debugging a proof error. | Alan Mishchenko | 2012-07-13 | 1 | -25/+17 | |
| | ||||||
* | Debugging a proof error. | Alan Mishchenko | 2012-07-13 | 1 | -0/+7 | |
| | ||||||
* | Debugging a proof error. | Alan Mishchenko | 2012-07-13 | 1 | -0/+1 | |
| | ||||||
* | Debugging a proof error. | Alan Mishchenko | 2012-07-13 | 1 | -2/+2 | |
| | ||||||
* | Debugging a proof error. | Alan Mishchenko | 2012-07-13 | 1 | -0/+19 | |
| | ||||||
* | Debugging a proof error. | Alan Mishchenko | 2012-07-13 | 1 | -31/+9 | |
| | ||||||
* | Fixing a mismatch in regular/shadow page memory appending procedure. | Alan Mishchenko | 2012-07-13 | 1 | -2/+2 | |
| | ||||||
* | Improvements in the proof-logging SAT solver. | Alan Mishchenko | 2012-07-11 | 1 | -0/+19 | |
| | ||||||
* | Replacing Mb/Gb to be MB/GB. | Alan Mishchenko | 2012-07-09 | 2 | -7/+7 | |
| | ||||||
* | Added learned clause recycling to the SAT solver (may impact bmc2, bmc3, ↵ | Alan Mishchenko | 2012-07-09 | 1 | -7/+10 | |
| | | | | dsat, etc). | |||||
* | Updating project settings to have simpler include paths. | Alan Mishchenko | 2012-07-07 | 37 | -42/+42 | |
| | ||||||
* | Fixing time primtouts throughout the code. | Alan Mishchenko | 2012-07-07 | 11 | -19/+17 | |
| | ||||||
* | Making 'pdr', &gla, &vta print correctly in batch mode. | Alan Mishchenko | 2012-07-07 | 2 | -4/+16 | |
| | ||||||
* | Fixing time printouts in 'pdr'. | Alan Mishchenko | 2012-07-07 | 1 | -4/+4 | |
| | ||||||
* | Fixing time printouts in 'pdr'. | Alan Mishchenko | 2012-07-07 | 1 | -4/+4 | |
| | ||||||
* | Added memory reporting to &vta. | Alan Mishchenko | 2012-06-22 | 8 | -8/+137 | |
| | ||||||
* | Reporing memory usage by the SAT solver in 'bmc3'. | Alan Mishchenko | 2012-06-15 | 1 | -0/+19 | |
| | ||||||
* | Added option to compile on windows without DLL support. | Alan Mishchenko | 2012-06-15 | 1 | -2/+7 | |
| | ||||||
* | Misc changes. | Alan Mishchenko | 2012-05-03 | 2 | -1/+7 | |
| | ||||||
* | Misc changes. | Alan Mishchenko | 2012-04-22 | 1 | -2/+3 | |
| | ||||||
* | Misc changes. | Alan Mishchenko | 2012-04-20 | 3 | -14/+5 | |
| | ||||||
* | Added/moved several APIs. | Alan Mishchenko | 2012-04-10 | 2 | -9/+16 | |
| | ||||||
* | Added several new APIs. | Alan Mishchenko | 2012-03-31 | 2 | -0/+19 | |
| | ||||||
* | Added several new APIs to GIA and for file management. | Alan Mishchenko | 2012-03-30 | 2 | -2/+36 | |
| | ||||||
* | Moving Vec_Set_t to the vector directory. | Alan Mishchenko | 2012-03-28 | 1 | -11/+12 | |
| | ||||||
* | Moving Vec_Set_t to the vector directory. | Alan Mishchenko | 2012-03-28 | 1 | -0/+263 | |
| | ||||||
* | Logic sharing for multi-input gates. | Alan Mishchenko | 2012-03-25 | 1 | -0/+32 | |
| | ||||||
* | Added one currently unused iterator. | Alan Mishchenko | 2012-03-21 | 1 | -3/+5 | |
| | ||||||
* | Added new procedures to read files. | Alan Mishchenko | 2012-03-11 | 2 | -1/+52 | |
| | ||||||
* | Silencing remaining gcc warnings. | Alan Mishchenko | 2012-03-09 | 1 | -2/+2 | |
| | ||||||
* | Some fixes for VTA under Bridge. | Niklas Een | 2012-03-03 | 1 | -1/+1 | |
| | ||||||
* | Counterexamples now work in Bridge | Niklas Een | 2012-03-03 | 1 | -1/+3 | |
| | ||||||
* | Some fixes to the Bridge code. More to do. | Niklas Een | 2012-03-03 | 1 | -8/+21 | |
| | ||||||
* | Removed warning in Abc_Print | Niklas Een | 2012-03-02 | 1 | -28/+27 | |
| | ||||||
* | Redirecting printf messages. | Alan Mishchenko | 2012-03-02 | 1 | -6/+6 | |
| | ||||||
* | Redirecting printf messages. | Alan Mishchenko | 2012-03-02 | 1 | -18/+6 | |
| | ||||||
* | Adding features related to the communication bridge. | Alan Mishchenko | 2012-03-02 | 2 | -96/+109 | |
| | ||||||
* | Created a communication bridge. | Alan Mishchenko | 2012-03-01 | 3 | -9/+184 | |
| | ||||||
* | Created a communication bridge. | Alan Mishchenko | 2012-03-01 | 2 | -1/+371 | |
| | ||||||
* | Silenced a gcc warning. | Alan Mishchenko | 2012-02-24 | 2 | -4/+4 | |
| | ||||||
* | Added printout of BMC tents in &ps. | Alan Mishchenko | 2012-02-19 | 1 | -7/+7 | |
| | ||||||
* | Added QuickSort based on 3-way partitioning. | Alan Mishchenko | 2012-02-19 | 2 | -15/+15 | |
| | ||||||
* | Added QuickSort based on 3-way partitioning. | Alan Mishchenko | 2012-02-19 | 2 | -19/+362 | |
| | ||||||
* | Isomorphism checking code. | Alan Mishchenko | 2012-02-17 | 1 | -0/+61 | |
| | ||||||
* | Isomorphism checking code. | Alan Mishchenko | 2012-02-17 | 1 | -5/+7 | |
| | ||||||
* | Silencing some of the gcc warnings. | Alan Mishchenko | 2012-02-17 | 1 | -0/+2 | |
| | ||||||
* | Silencing some of the gcc warnings. | Alan Mishchenko | 2012-02-17 | 2 | -0/+6 | |
| | ||||||
* | Silencing some of the gcc warnings. | Alan Mishchenko | 2012-02-16 | 3 | -2/+4 | |
| |