summaryrefslogtreecommitdiffstats
path: root/src/aig/saig/saigConstr2.c
Commit message (Collapse)AuthorAgeFilesLines
* merge unfold2Jiang Long2014-06-041-1/+1
|
* Adding a wrapper around clock() for more accurate time counting in ABC.Alan Mishchenko2013-05-271-2/+2
|
* Handling special case in 'fold' when the network is combinational.Alan Mishchenko2013-03-131-5/+15
|
* Updating project settings to have simpler include paths.Alan Mishchenko2012-07-071-4/+4
|
* Fixing time primtouts throughout the code.Alan Mishchenko2012-07-071-1/+2
|
* Renamed Aig_ObjIsPi/Po to be ...Ci/Co and Aig_Man(Pi/Po)Num to be ...(Ci/Co)...Alan Mishchenko2012-03-091-11/+11
|
* Renamed Aig_ManForEachPi/Po to be ...Ci/Co and Aig_ObjCreatePi/Po to be ↵Alan Mishchenko2012-03-091-18/+18
| | | | ...Ci/Co.
* Silencing some of the gcc warnings.Alan Mishchenko2012-02-161-1/+1
|
* Major restructuring of the code.Alan Mishchenko2012-01-211-12/+12
|
* Transforming the solver to use different clause representation.Alan Mishchenko2011-12-231-1/+2
|
* Removed useless typecasts related to changes in Vec_VecEntry().Alan Mishchenko2011-08-011-2/+2
|
* initial commit of public abcAlan Mishchenko2010-11-011-0/+1001