mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
wip
This commit is contained in:
parent
8e70112832
commit
807121aa03
5 changed files with 212 additions and 24 deletions
|
@ -612,7 +612,7 @@ namespace smt {
|
|||
}
|
||||
}
|
||||
vector<unsigned_vector> _mutexes;
|
||||
mc.cliques(ps, _mutexes);
|
||||
mc.cliques2(ps, _mutexes);
|
||||
for (auto const& mux : _mutexes) {
|
||||
expr_ref_vector lits(m);
|
||||
for (unsigned idx : mux) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue