3
0
Fork 0
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:
Lev Nachmanson 2019-08-05 17:28:39 -07:00
parent dfe0e85629
commit c95f66e02a
6 changed files with 80 additions and 26 deletions

View file

@ -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;