mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 18:45:33 +00:00
toward fetching existing terms intervals from lar_solver
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
dfe0e85629
commit
c95f66e02a
6 changed files with 80 additions and 26 deletions
|
@ -4,7 +4,7 @@
|
|||
#include "util/mpq.h"
|
||||
|
||||
namespace nla {
|
||||
void intervals::set_var_interval_with_deps(lpvar v, interval& b) {
|
||||
void intervals::set_var_interval_with_deps(lpvar v, interval& b) const {
|
||||
lp::constraint_index ci;
|
||||
rational val;
|
||||
bool is_strict;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue