mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6beec7b642
commit
e46ad45968
4 changed files with 8 additions and 7 deletions
|
@ -190,7 +190,7 @@ public:
|
|||
void try_add_equation_with_lp_fixed_tables(const vertex *v) {
|
||||
SASSERT(m_fixed_vertex);
|
||||
unsigned v_j = v->column();
|
||||
unsigned j;
|
||||
unsigned j = null_lpvar;
|
||||
if (!lp().find_in_fixed_tables(val(v_j), is_int(v_j), j))
|
||||
return;
|
||||
TRACE("cheap_eq", tout << "found j=" << j << " for v=";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue