Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow changing the `ar` binary. | whitequark | 2020-04-30 | 1 | -2/+3 |
| | | | | | | | This is useful for cross-compilation, when build `ar` cannot handle the target object files. The invocation of `ranlib` is replaced with `ar s`, which is equivalent and simplifies the build system a bit. | ||||
* | Experiments with word-level retiming. | Alan Mishchenko | 2018-09-30 | 1 | -1/+1 |
| | |||||
* | Changing makefile to suppress warnings with GCC 5+ | Alan Mishchenko | 2018-06-08 | 1 | -1/+6 |
| | |||||
* | Makefile: add support for ABC_USE_STDINT_H | Baruch Sterin | 2018-03-30 | 1 | -1/+7 |
| | |||||
* | Suggested fix to compile on FreeBSD. | Alan Mishchenko | 2018-02-05 | 1 | -2/+11 |
| | |||||
* | Patch by Larry Doolittle to allow out-of-source builds of ABC. | Baruch Sterin | 2017-10-20 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | | Usage: Starting from an empty directory: (1) set AS to point to the location of ABC (2) reconstruct the directory structure of ABC in the new directory: mkdir -p `cd $AS && find src -type d` (3) Build ABC: make -f $AS/Makefile VPATH=$AS ABCSRC=$AS | ||||
* | Changes and fixed suggested by Clifford Wolf. | Alan Mishchenko | 2017-09-15 | 1 | -0/+4 |
| | |||||
* | Adding Glucose 3.0 as a separate package. | Alan Mishchenko | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | Experiments with new network data-structure. | Alan Mishchenko | 2017-03-19 | 1 | -1/+1 |
| | |||||
* | Adding a new SAT solver to ABC. (Satoko) | Bruno Schmitt | 2017-02-06 | 1 | -1/+1 |
| | | | | The command is ‘satoko’ | ||||
* | (1) Makefile: added a shared library target, (2) no longer compile the main ↵ | Baruch Sterin | 2016-12-22 | 1 | -1/+7 |
| | | | | function as part of libabc.a | ||||
* | xSAT is an experimental SAT Solver based on Glucose v3(see Glucose ↵ | Bruno Schmitt | 2016-12-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | copyrights below) and ABC C version of MiniSat (bsat) developed by Niklas Sorensson and modified by Alan Mishchenko. It’s development has reached sufficient maturity to be committed in ABC, but still in a beta state. TODO: * Read compressed CNF files. * Study the use of floating point for variables and clauses activity. * Better documentation. * Improve verbose messages. * Expose parameters for tuning. | ||||
* | New SAT-based optimization package. | Alan Mishchenko | 2016-11-17 | 1 | -1/+1 |
| | |||||
* | Disjoint-support decomposition with cofactoring and boolean difference analysis | Vinicius Callegaro | 2016-11-08 | 1 | -1/+1 |
| | | | | | from V. Callegaro, F. S. Marranghello, M. G. A. Martins, R. P. Ribas and A. I. Reis, entitled "Bottom-up disjoint-support decomposition based on cofactor and boolean difference analysis" presented in ICCD'15. | ||||
* | Add a new module which implements the fast extract with cube hashing (fxch) ↵ | Bruno Schmitt | 2016-05-11 | 1 | -1/+1 |
| | | | | | | algorithm. Removes old partial implementation of this algorithm from the "pla" module. | ||||
* | Experiments with CEC for arithmetic circuits. | Alan Mishchenko | 2016-05-07 | 1 | -1/+1 |
| | |||||
* | Typo in Makefile. | Alan Mishchenko | 2016-04-12 | 1 | -1/+1 |
| | |||||
* | Updates to Exorcism package | Alan Mishchenko | 2016-04-11 | 1 | -1/+1 |
| | |||||
* | Updates to Exorcism package | Alan Mishchenko | 2016-04-11 | 1 | -1/+1 |
| | |||||
* | CMake, Makefile: pass the location of arch_flags to the makefile, this way ↵ | Baruch Sterin | 2015-11-12 | 1 | -3/+5 |
| | | | | the cmake build does not write to the soruce directory | ||||
* | CMakeLists.txt, Makefile: fix a bug in passing the readline options | Baruch Sterin | 2015-11-07 | 1 | -7/+0 |
| | |||||
* | pyabc: remove python integration from abc, it is moved to a separate extension | Baruch Sterin | 2015-11-05 | 1 | -2/+1 |
| | |||||
* | CMakeLists.txt, Makefile: pass readline flags from the CMake lists file to ↵ | Baruch Sterin | 2015-11-05 | 1 | -0/+10 |
| | | | | the Makefile. | ||||
* | CMakeLists.txt: pass CXX flags from the Makefile | Baruch Sterin | 2015-11-05 | 1 | -0/+1 |
| | |||||
* | Restoring Aaron Hurst's "fretime" command | Baruch Sterin | 2015-10-28 | 1 | -1/+1 |
| | |||||
* | Makefile: Add a CMakeLists.txt that uses the regular Makefile to compute ↵ | Baruch Sterin | 2015-10-21 | 1 | -1/+8 |
| | | | | flags and source file. This is a ugly hack, mainly to allow the use of CLion with ABC. Include some changes in the Makefile to support that. | ||||
* | Makefile: (1) split CFLAGS into OPTFLAGS, INCLUDES, and CFLAGS | Baruch Sterin | 2015-10-21 | 1 | -7/+9 |
| | |||||
* | Makefile: fix a typo in -fPIC flag | Baruch Sterin | 2015-10-21 | 1 | -1/+1 |
| | |||||
* | Makefile: add ABC_MAKE_VERBOSE flag to print the acutall commands executed. | Baruch Sterin | 2015-10-16 | 1 | -13/+27 |
| | |||||
* | Makefile: make namespaces/readline/threads/cudd options easier to use | Baruch Sterin | 2015-10-16 | 1 | -18/+35 |
| | |||||
* | Changes to be able to compile ABC without CUDD. | Alan Mishchenko | 2015-08-24 | 1 | -1/+1 |
| | |||||
* | Changes to be able to compile ABC without CUDD. | Alan Mishchenko | 2015-08-24 | 1 | -5/+4 |
| | |||||
* | Renaming Cba into Bac. | Alan Mishchenko | 2015-07-21 | 1 | -1/+1 |
| | |||||
* | Bug fix for big-endiang architectures (plus adding -lm in Makefile). | Alan Mishchenko | 2015-04-04 | 1 | -1/+1 |
| | |||||
* | Scalable SOP manipulation package. | Alan Mishchenko | 2015-03-18 | 1 | -2/+2 |
| | |||||
* | Change to Makefile to speedup compilation. | Alan Mishchenko | 2015-02-05 | 1 | -1/+3 |
| | |||||
* | Change to Makefile to speedup compilation. | Alan Mishchenko | 2015-02-05 | 1 | -1/+1 |
| | |||||
* | Fixing reported memory alignment issue. | Alan Mishchenko | 2015-01-27 | 1 | -1/+4 |
| | |||||
* | New parser and framework. | Alan Mishchenko | 2014-11-29 | 1 | -1/+1 |
| | |||||
* | Changing LIBS in Makefie. | Alan Mishchenko | 2014-11-03 | 1 | -1/+1 |
| | |||||
* | Changes to enable building external code. | Alan Mishchenko | 2014-10-28 | 1 | -1/+1 |
| | |||||
* | Changes to enable building external code. | Alan Mishchenko | 2014-10-27 | 1 | -1/+1 |
| | |||||
* | Disabling MiniSAT 2.2 for now. | Alan Mishchenko | 2014-10-21 | 1 | -1/+1 |
| | |||||
* | Compiler problems. | Alan Mishchenko | 2014-10-21 | 1 | -1/+2 |
| | |||||
* | Adding code of MiniSAT 2.2. | Alan Mishchenko | 2014-10-21 | 1 | -1/+9 |
| | |||||
* | New word-level representation package. | Alan Mishchenko | 2014-09-12 | 1 | -1/+1 |
| | |||||
* | Adding message prefix. | Alan Mishchenko | 2014-07-24 | 1 | -8/+9 |
| | |||||
* | undo an accidental change to the Makefile | Baruch Sterin | 2014-06-10 | 1 | -3/+1 |
| | |||||
* | add an option to the pyabc packaging scripts | Baruch Sterin | 2014-06-10 | 1 | -1/+3 |
| | |||||
* | Reverting to Makefile with suppressed printouts. | Alan Mishchenko | 2014-06-05 | 1 | -1/+1 |
| |