mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
fix the build
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
397fdf657d
commit
28d41783b8
|
@ -1092,7 +1092,6 @@ namespace lp {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
lia_move check() {
|
lia_move check() {
|
||||||
TRACE("dioph_eq", tout << "glb:" << glb << std::endl; );
|
|
||||||
lra.stats().m_dio_calls++;
|
lra.stats().m_dio_calls++;
|
||||||
init();
|
init();
|
||||||
lia_move ret = process_f_and_tighten_terms();
|
lia_move ret = process_f_and_tighten_terms();
|
||||||
|
|
Loading…
Reference in a new issue