mirror of
https://github.com/Z3Prover/z3
synced 2025-06-02 20:31:21 +00:00
cosmetics
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
5db46c1d81
commit
b1be8c0957
1 changed files with 11 additions and 11 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue