mirror of
https://github.com/Z3Prover/z3
synced 2025-08-29 14:30:07 +00:00
Merge branch 'master' of https://github.com/z3prover/z3 into opt
This commit is contained in:
commit
6dbfdf3e9c
97 changed files with 1873 additions and 1532 deletions
|
@ -73,7 +73,7 @@ static void check_coherence(sat::solver& s1, trail_t& t) {
|
|||
s2.display(std::cout);
|
||||
}
|
||||
std::cout << is_sat1 << "\n";
|
||||
SASSERT(is_sat1 == is_sat2);
|
||||
ENSURE(is_sat1 == is_sat2);
|
||||
}
|
||||
|
||||
void tst_sat_user_scope() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue