mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
cosmetics
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
5db46c1d81
commit
b1be8c0957
|
@ -129,7 +129,7 @@ namespace lp {
|
||||||
public:
|
public:
|
||||||
int_solver& lia;
|
int_solver& lia;
|
||||||
lar_solver& lra;
|
lar_solver& lra;
|
||||||
// we start assigning with UINT_MAX an go down, print it as l(UINT_MAX - m_last_fresh_x_var)
|
// we start assigning with UINT_MAX and go down, print it as l(UINT_MAX - m_last_fresh_x_var)
|
||||||
unsigned m_last_fresh_x_var = UINT_MAX;
|
unsigned m_last_fresh_x_var = UINT_MAX;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue