summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/giaIso3.c
Commit message (Collapse)AuthorAgeFilesLines
* casts: add casts for unsigned -> signed intSean Cross2023-02-151-1/+1
| | | | | | | | | | When compiling on Darwin ARM64 hardware using the Conda clang compiler, compilation fails due to these casts going from `unsigned` to `int`. In these cases, a cast appears to be the correct approach. Add a cast to make the compiler happy. Signed-off-by: Sean Cross <sean@xobs.io>
* Fixing new resub code.Alan Mishchenko2020-07-201-1/+0
|
* Experiment with structural similarity.Alan Mishchenko2020-07-161-0/+92
|
* Various changes to enable better CNF generation.Alan Mishchenko2014-06-171-68/+0
|
* Experiment with new idea for ISO.Alan Mishchenko2014-05-211-0/+235