mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
improve pre-processing
This commit is contained in:
parent
a634876180
commit
3cc9d7f443
22 changed files with 147 additions and 80 deletions
|
@ -4194,7 +4194,7 @@ namespace sat {
|
|||
unsigned_vector ps;
|
||||
for (literal lit : _lits)
|
||||
ps.push_back(lit.index());
|
||||
mc.cliques(ps, _mutexes);
|
||||
mc.cliques2(ps, _mutexes);
|
||||
vector<vector<literal_vector>> sorted;
|
||||
for (auto const& mux : _mutexes) {
|
||||
literal_vector clique;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue