Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing old e-mail addresses and deadnames | Claire Xenia Wolf | 2021-06-08 | 1 | -1/+1 |
| | | | | | | | | s/((Claire|Xen|Xenia|Clifford)\s+)+(Wolf|Xen)\s+<(claire|clifford)@(symbioticeda.com|clifford.at|yosyshq.com)>/Claire Xenia Wolf <claire@yosyshq.com>/gi; s/((Nina|Nak|N\.)\s+)+Engelhardt\s+<nak@(symbioticeda.com|yosyshq.com)>/N. Engelhardt <nak@yosyshq.com>/gi; s/((David)\s+)+Shah\s+<(dave|david)@(symbioticeda.com|yosyshq.com|ds0.me)>/David Shah <dave@ds0.me>/gi; s/((Miodrag)\s+)+Milanovic\s+<(miodrag|micko)@(symbioticeda.com|yosyshq.com)>/Miodrag Milanovic <micko@yosyshq.com>/gi; s,https?://www.clifford.at/yosys/,http://yosyshq.net/yosys/,g; | ||||
* | Improve ezsat onehot encoding scheme | Claire Wolf | 2020-04-02 | 1 | -14/+28 |
| | | | | Signed-off-by: Claire Wolf <claire@symbioticeda.com> | ||||
* | Using LFSR counter for ezSAT::manyhot() | Claire Wolf | 2020-04-02 | 1 | -0/+118 |
| | | | | | | | | The only user of this API right now is the puzzle3d benchmark and it sees a slight reduction in CNF size from this, but the performance difference is within the noise of measurement on my system. Signed-off-by: Claire Wolf <claire@symbioticeda.com> | ||||
* | Added "int ceil_log2(int)" function | Clifford Wolf | 2016-02-13 | 1 | -1/+23 |
| | |||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -3/+3 |
| | |||||
* | Added ENABLE_NDEBUG makefile options | Clifford Wolf | 2015-01-24 | 1 | -1/+1 |
| | |||||
* | Added statehash to ezSAT | Clifford Wolf | 2014-12-29 | 1 | -6/+43 |
| | |||||
* | Fixed various VS warnings | Clifford Wolf | 2014-10-18 | 1 | -2/+2 |
| | |||||
* | More win32 (mxe and vs) build fixes | Clifford Wolf | 2014-10-17 | 1 | -11/+18 |
| | |||||
* | Not using std::to_string in ezsat (problems with mingw) | Clifford Wolf | 2014-10-11 | 1 | -5/+11 |
| | |||||
* | Renamed TRUE/FALSE to CONST_TRUE/CONST_FALSE because of name collision on Win32 | Clifford Wolf | 2014-10-10 | 1 | -60/+60 |
| | |||||
* | Added native support for shift operations to ezSAT | Clifford Wolf | 2014-07-30 | 1 | -0/+90 |
| | |||||
* | Added ezSAT::keep_cnf() and ezSAT::non_incremental() | Clifford Wolf | 2014-07-21 | 1 | -5/+41 |
| | |||||
* | Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosys | Clifford Wolf | 2014-03-11 | 1 | -1/+2 |
| | | | | (see https://github.com/cliffordwolf/yosys/pull/28) | ||||
* | ezSAT: Added frozen_literal() API | Clifford Wolf | 2014-03-03 | 1 | -0/+14 |
| | |||||
* | ezSAT: Fixed handling of eliminated Literals, added auto-freeze for expressions | Clifford Wolf | 2014-03-03 | 1 | -7/+22 |
| | |||||
* | Added ezSAT::eliminated API to help the SAT solver remember eliminated variables | Clifford Wolf | 2014-03-01 | 1 | -3/+7 |
| | |||||
* | ezSAT bugfix: don't call virtual methods in base class constructor | Clifford Wolf | 2014-03-01 | 1 | -2/+2 |
| | |||||
* | Removed ezSAT::assumed() API | Clifford Wolf | 2014-03-01 | 1 | -2/+0 |
| | |||||
* | Removed ezSAT built-in brute-froce solver | Clifford Wolf | 2014-03-01 | 1 | -102/+6 |
| | |||||
* | Added support for Minisat::SimpSolver + ezSAT frezze() API | Clifford Wolf | 2014-02-23 | 1 | -6/+27 |
| | |||||
* | Improved non-verbose ezSAT::printDIMACS() format | Clifford Wolf | 2014-02-18 | 1 | -1/+6 |
| | |||||
* | Added ezsat vec_const() api | Clifford Wolf | 2013-11-25 | 1 | -12/+20 |
| | |||||
* | Added ezsat api for creation of anonymous vectors | Clifford Wolf | 2013-08-15 | 1 | -0/+8 |
| | |||||
* | Added SAT support for $div and $mod cells | Clifford Wolf | 2013-08-11 | 1 | -0/+6 |
| | |||||
* | Added timout functionality to SAT solver | Clifford Wolf | 2013-06-20 | 1 | -0/+3 |
| | |||||
* | Fixed gcc build (c++11 stuff in ezSAT) | Clifford Wolf | 2013-06-12 | 1 | -0/+3 |
| | |||||
* | Fixes and improvements in ezSAT library | Clifford Wolf | 2013-06-08 | 1 | -3/+39 |
| | |||||
* | Improved sat generator and sat_solve pass | Clifford Wolf | 2013-06-07 | 1 | -0/+4 |
| | |||||
* | Added ezSAT library | Clifford Wolf | 2013-06-07 | 1 | -0/+1221 |