mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
85f0084e9c
commit
612cc5cfba
9 changed files with 53 additions and 6 deletions
|
@ -1437,10 +1437,6 @@ namespace sat {
|
|||
|
||||
|
||||
bool ba_solver::init_watch(constraint& c) {
|
||||
if (c.is_xr()) {
|
||||
std::cout << c.is_xr() << "\n";
|
||||
}
|
||||
|
||||
return !inconsistent() && c.init_watch(*this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue