mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
push blocking code to optimizer context
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b0fddd8e60
commit
bc44bcad10
11 changed files with 152 additions and 49 deletions
|
@ -34,6 +34,7 @@ namespace smt {
|
|||
inf_eps_rational<inf_rational> r(rational(1), inf_rational(0));
|
||||
return r;
|
||||
}
|
||||
virtual expr* block_lower_bound(theory_var v, inf_rational const& val) { return 0; }
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue