mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 02:57:50 +00:00
make cutset maintainance incremental, expose option for goal2sat to populate aig
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
301f9598a4
commit
ca243428f8
7 changed files with 188 additions and 156 deletions
|
@ -16,9 +16,12 @@
|
|||
--*/
|
||||
|
||||
#include "sat/sat_aig_finder.h"
|
||||
#include "sat/sat_solver.h"
|
||||
|
||||
namespace sat {
|
||||
|
||||
aig_finder::aig_finder(solver& s): s(s), m_big(s.rand()) {}
|
||||
|
||||
void aig_finder::operator()(clause_vector& clauses) {
|
||||
m_big.init(s, true);
|
||||
find_aigs(clauses);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue