summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* An improvement to 'twoexact' and 'lutexact'.Alan Mishchenko2017-12-062-8/+39
* New command 'lutexact'.Alan Mishchenko2017-12-053-5/+857
* Experiments with AIG-based simulation.Alan Mishchenko2017-12-053-11/+244
* Adding switch -a to 'write_verilog' to write factored forms without XORs and ...Alan Mishchenko2017-12-037-28/+41
* Portability changes for gcc-6 suggested by Clifford.Alan Mishchenko2017-12-032-10/+0
* Portability changes for gcc-6 suggested by Clifford.Alan Mishchenko2017-12-022-4/+4
* Portability changes for gcc-6 suggested by Clifford.Alan Mishchenko2017-12-023-9/+17
* Improvements to AIG-based quantification.Alan Mishchenko2017-11-265-247/+548
* C++ comaptibility: add namespace support to GlucoseBaruch Sterin2017-11-2326-13/+124
* C++ compatibility: fix incompatible parameter listBaruch Sterin2017-11-231-1/+1
* C++ compatibility: fix bad pointer comparisonBaruch Sterin2017-11-232-2/+2
* C++ compatibility: cast returned void*Baruch Sterin2017-11-231-2/+2
* Experimental CEX minimization code.Alan Mishchenko2017-11-231-0/+116
* Extracting CSAT interface and several cleanups.Alan Mishchenko2017-11-135-47/+26
* Changes to make GIA structural hashing use a dedicated array instead of pObj-...Alan Mishchenko2017-11-138-78/+82
* Improvements to quantification.Alan Mishchenko2017-11-134-8/+289
* Compiler warnings.Alan Mishchenko2017-11-061-2/+2
* Profiling quantification and other changes.Alan Mishchenko2017-11-065-68/+89
* Profiling quantification and other changes.Alan Mishchenko2017-11-067-27/+428
* Commenting out problematic assertion in resub.Alan Mishchenko2017-11-041-1/+1
* Bug fix in old lcorr with constraints.Alan Mishchenko2017-11-041-1/+1
* Supporting XOR in EQN parser.Alan Mishchenko2017-11-031-2/+9
* Improvements to quantification.Alan Mishchenko2017-10-293-68/+264
* Small fix. Garanteeing pPars is not NULL before checking pPars->fSlacksBruno Schmitt2017-10-241-1/+1
* Adding API to dump MiniAIG into a Verilog file and other small changes.Alan Mishchenko2017-10-2210-9/+140
* Adding random search in exact synthesis.Alan Mishchenko2017-10-203-22/+147
* Integrating old SAT solver into majexact and twoexact.Alan Mishchenko2017-10-193-11/+773
* Integrating Glucose into &qbf.Alan Mishchenko2017-10-171-3/+3
* Integrating Glucose into &qbf.Alan Mishchenko2017-10-175-18/+46
* Fix typo on the message reporting max output load.Alan Mishchenko2017-10-111-1/+1
* Fix the build.Alan Mishchenko2017-10-111-1/+0
* Another variation on exact synthesis.Alan Mishchenko2017-10-113-2/+435
* Improvements to SAT based SOP computation.Alan Mishchenko2017-10-065-25/+44
* Improvements to truth table manipulation.Alan Mishchenko2017-10-052-100/+39
* Experiments with SAT-based quantification.Alan Mishchenko2017-10-042-8/+77
* Experiments with SAT-based quantification.Alan Mishchenko2017-10-042-26/+212
* Updates and bug fixes.Alan Mishchenko2017-10-045-12/+23
* Valgrind-ispired fix in CUDD by Kai-hui Chang.Alan Mishchenko2017-10-031-0/+1
* Addressing recently reported Bitbucket Issue #72 and #73.Alan Mishchenko2017-10-032-6/+6
* Fixing minimize_assuptions using Glucose.Alan Mishchenko2017-10-022-53/+71
* Adding printout of slack distribution for mapped networks.Alan Mishchenko2017-10-023-3/+328
* Exact synthesis of majority gates.Alan Mishchenko2017-10-013-32/+52
* Exact synthesis of majority gates.Alan Mishchenko2017-10-012-13/+44
* Exact synthesis of majority gates.Alan Mishchenko2017-10-014-1/+663
* Maintenance and updates.Alan Mishchenko2017-09-249-12/+77
* Maintenance and updates.Alan Mishchenko2017-09-205-15/+35
* Uncommenting handling of initial values of the flops.Alan Mishchenko2017-09-192-4/+4
* Enabling Glucose in SAT sweeping: &fraig -g.Alan Mishchenko2017-09-181-0/+1
* Enabling Glucose in SAT sweeping: &fraig -g.Alan Mishchenko2017-09-184-3/+1074
* Changes to Glucose to enable resetting the solver.Alan Mishchenko2017-09-185-0/+87