summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Silencing some of the gcc warnings.Alan Mishchenko2012-02-1637-94/+108
|
* Improved memory management of proof-logging and propagated changes.Alan Mishchenko2012-02-163-33/+130
|
* Improved memory management of proof-logging and propagated changes.Alan Mishchenko2012-02-1612-2666/+450
|
* Changing how BMC report runtime.Alan Mishchenko2012-02-162-2/+6
|
* Variable timeframe abstraction.Alan Mishchenko2012-02-163-13/+52
|
* Isomorphism checking code.Alan Mishchenko2012-02-154-86/+838
|
* Isomorphism checking code.Alan Mishchenko2012-02-141-0/+600
|
* Isomorphism checking code.Alan Mishchenko2012-02-144-20/+86
|
* Added restarts to PDR.Alan Mishchenko2012-02-141-1/+1
|
* Added restarts to PDR.Alan Mishchenko2012-02-136-21/+53
|
* Timeout crash fix in 'reachy'.Alan Mishchenko2012-02-131-5/+16
|
* Variable timeframe abstraction.Alan Mishchenko2012-02-131-0/+6
|
* Variable timeframe abstraction.Alan Mishchenko2012-02-134-31/+100
|
* Variable timeframe abstraction.Alan Mishchenko2012-02-134-10/+9
|
* Variable timeframe abstraction.Alan Mishchenko2012-02-132-20/+21
|
* Lazy man's logic synthesis.Alan Mishchenko2012-02-121-4/+20
|
* Isomorphism checking code.Alan Mishchenko2012-02-121-3/+18
|
* Variable timeframe abstraction.Alan Mishchenko2012-02-125-82/+89
|
* Variable timeframe abstraction.Alan Mishchenko2012-02-112-2/+4
|
* Variable timeframe abstraction.Alan Mishchenko2012-02-113-21/+21
|
* Variable timeframe abstraction.Alan Mishchenko2012-02-113-6/+36
|
* Variable timeframe abstraction.Alan Mishchenko2012-02-112-14/+33
|
* Variable timeframe abstraction.Alan Mishchenko2012-02-112-43/+101
|
* pyabc: replace 'bool' with 'int' as it was removed from the rest of ABCBaruch Sterin2012-02-111-8/+8
|
* Graph isomorphism checking code.Alan Mishchenko2012-02-112-27/+46
|
* Added switch -f to 'print_io' to suppress printing flops.Alan Mishchenko2012-02-113-7/+14
|
* Graph isomorphism checking code.Alan Mishchenko2012-02-1117-532/+1455
|
* Bug fixes in &cec command.Alan Mishchenko2012-02-102-31/+87
|
* Bug fix in flop-level abstraction refinement.Alan Mishchenko2012-02-091-1/+2
|
* Removed unused 'bool' definition and unused memory management macros.Alan Mishchenko2012-02-071-19/+0
|
* Graph isomorphism checking code.Alan Mishchenko2012-02-022-41/+123
|
* Trying to fix a false-positive due to incorrect inductive termination check ↵Alan Mishchenko2012-02-011-3/+9
| | | | in 'int' when K is more than 1 (not fixed yet).
* Lazy man's logic synthesis.Alan Mishchenko2012-02-013-90/+319
|
* Graph isomorphism checking code.Alan Mishchenko2012-01-301-0/+7
|
* Graph isomorphism checking code.Alan Mishchenko2012-01-306-12/+217
|
* Graph isomorphism checking code.Alan Mishchenko2012-01-294-3/+837
|
* Moving Vec_IntPrint to where it belongs.Alan Mishchenko2012-01-292-20/+20
|
* Variable timeframe abstraction.Alan Mishchenko2012-01-282-7/+8
|
* Variable timeframe abstraction.Alan Mishchenko2012-01-281-2/+7
|
* Generation of dual-rail miter.Alan Mishchenko2012-01-281-0/+206
|
* Generation of dual-rail miter.Alan Mishchenko2012-01-282-10/+16
|
* Generation of dual-rail miter.Alan Mishchenko2012-01-283-0/+184
|
* Variable timeframe abstraction.Alan Mishchenko2012-01-282-16/+19
|
* Variable timeframe abstraction.Alan Mishchenko2012-01-272-3/+15
|
* Variable timeframe abstraction.Alan Mishchenko2012-01-276-306/+199
|
* Variable timeframe abstraction.Alan Mishchenko2012-01-243-25/+45
|
* Variable timeframe abstraction.Alan Mishchenko2012-01-243-54/+332
|
* Variable timeframe abstraction.Alan Mishchenko2012-01-233-8/+19
|
* Added returning counter-example after BMC, which was recently added to 'dprove'.Alan Mishchenko2012-01-231-0/+4
|
* Bug fix for incorrect memory allocation in main SAT solver, leading to ↵Alan Mishchenko2012-01-232-3/+3
| | | | crashes in 'dsec' (correction to the previous fix).