Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged alanmi/abc into default | Mathias Soeken | 2017-03-04 | 16 | -12/+3377 |
|\ | |||||
| * | Clone of the main SAT solver to eneable independent work. | Alan Mishchenko | 2017-03-03 | 2 | -0/+2 |
| * | Clone of the main SAT solver to eneable independent work. | Alan Mishchenko | 2017-03-03 | 4 | -0/+3127 |
| * | merge | Yen-Sheng Ho | 2017-03-03 | 22 | -50/+1377 |
| |\ | |||||
| | * | removed unnecessary declaration | Heinz Riener | 2017-03-03 | 1 | -1/+0 |
| | * | changed int to unsigned / narrowing conversion error | Heinz Riener | 2017-03-03 | 3 | -3/+3 |
| | * | added missing ABC_NAMESPACE_HEADER | Heinz Riener | 2017-03-03 | 1 | -0/+4 |
| | * | stringizing macro argument | Heinz Riener | 2017-03-03 | 1 | -2/+2 |
| * | | only try scorr on small circuits | Yen-Sheng Ho | 2017-03-03 | 1 | -27/+31 |
| * | | added scorr to %pdra -u | Yen-Sheng Ho | 2017-03-02 | 1 | -1/+32 |
| * | | added experimental codes | Yen-Sheng Ho | 2017-03-02 | 2 | -2/+107 |
| * | | %pdra: added an option -u for checking comb. unsat | Yen-Sheng Ho | 2017-03-01 | 5 | -5/+54 |
| * | | %pdra: now checks if cex is real before refinement | Yen-Sheng Ho | 2017-03-01 | 1 | -0/+44 |
* | | | Merged alanmi/abc into default | Mathias Soeken | 2017-03-03 | 32 | -100/+2404 |
|\ \ \ | | |/ | |/| | |||||
| * | | Moving global declarations into 'abcapi.h' and moving it into 'main' package. | Alan Mishchenko | 2017-03-02 | 6 | -17/+117 |
| * | | Macro to prevent writing history file. | Alan Mishchenko | 2017-03-02 | 1 | -3/+5 |
| * | | Adding experimental command. | Alan Mishchenko | 2017-03-02 | 3 | -0/+105 |
| * | | Adding command 'glitch' for glitch simulation. | Alan Mishchenko | 2017-03-02 | 4 | -15/+168 |
| * | | Network interface exploration. | Alan Mishchenko | 2017-03-02 | 1 | -0/+614 |
| * | | Adding alternative generalization procedure. | Alan Mishchenko | 2017-03-02 | 3 | -21/+132 |
| * | | Adding efficient procedure to minimize the set of assumptions (improved liter... | Alan Mishchenko | 2017-03-02 | 1 | -1/+8 |
| * | | Adding alternative generalization procedure. | Alan Mishchenko | 2017-03-01 | 1 | -0/+1 |
| * | | Adding alternative generalization procedure. | Alan Mishchenko | 2017-03-01 | 2 | -7/+159 |
| * | | Adding efficient procedure to minimize the set of assumptions. | Alan Mishchenko | 2017-03-01 | 3 | -0/+79 |
| |/ | |||||
| * | Fixed a few compilcation issues with Windows compiler. | Alan Mishchenko | 2017-02-28 | 1 | -11/+12 |
| * | small tweaks | Yen-Sheng Ho | 2017-02-28 | 1 | -1/+1 |
| * | merge | Yen-Sheng Ho | 2017-02-28 | 10 | -26/+197 |
| |\ | |||||
| | * | Adding an procedure to write DIMACS. | Bruno Schmitt | 2017-02-28 | 5 | -3/+74 |
| | * | Enabling LUT pairing. | Alan Mishchenko | 2017-02-27 | 1 | -4/+5 |
| | * | Adding dump of trivial abstraction map at the beginning in &gla -m. | Alan Mishchenko | 2017-02-25 | 1 | -15/+25 |
| | * | Restoring constraint manager to read old constraint file by default (use 'rea... | Alan Mishchenko | 2017-02-25 | 2 | -18/+26 |
| | * | Adding dump of trivial abstraction map at the beginning in &gla -m. | Alan Mishchenko | 2017-02-25 | 2 | -1/+82 |
| * | | added an option -r to %pdra: proof-based refinement only | Yen-Sheng Ho | 2017-02-28 | 4 | -8/+21 |
| * | | improved profiling in %pdra | Yen-Sheng Ho | 2017-02-28 | 1 | -4/+26 |
| * | | added -L to %abs | Yen-Sheng Ho | 2017-02-28 | 2 | -2/+16 |
| * | | improved %pdra -L | Yen-Sheng Ho | 2017-02-27 | 1 | -0/+14 |
| * | | %pdra -L: now applies to all types | Yen-Sheng Ho | 2017-02-27 | 4 | -33/+105 |
| * | | small tweaks | Yen-Sheng Ho | 2017-02-27 | 1 | -6/+6 |
| * | | fixed a bug | Yen-Sheng Ho | 2017-02-26 | 1 | -2/+0 |
| * | | added an option -L to %pdra for limiting the number of muxes | Yen-Sheng Ho | 2017-02-26 | 4 | -3/+85 |
| * | | small tweaks | Yen-Sheng Ho | 2017-02-26 | 1 | -11/+58 |
| * | | improved %pdra -b | Yen-Sheng Ho | 2017-02-25 | 1 | -24/+43 |
| * | | added an option -b to %pdra | Yen-Sheng Ho | 2017-02-25 | 4 | -32/+237 |
| * | | imported proof-based codes from ufar | Yen-Sheng Ho | 2017-02-25 | 1 | -0/+78 |
| * | | imported proof-based codes from ufar | Yen-Sheng Ho | 2017-02-25 | 1 | -0/+72 |
| * | | imported proof-based codes from ufar | Yen-Sheng Ho | 2017-02-25 | 1 | -0/+88 |
| |/ | |||||
| * | mege | Yen-Sheng Ho | 2017-02-24 | 3 | -21/+3 |
| |\ | |||||
| | * | Small changes in the usage message for &gla. | Alan Mishchenko | 2017-02-23 | 1 | -1/+3 |
| * | | changed how pdr -t cleans up abs flops | Yen-Sheng Ho | 2017-02-23 | 1 | -0/+15 |
| * | | added %pdra -a: run with pdr -nct | Yen-Sheng Ho | 2017-02-23 | 5 | -2/+42 |