mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
remove a throw
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
be8f3e9c3e
commit
f0b5cd1066
|
@ -259,7 +259,7 @@ namespace lp {
|
||||||
rewrite_eqs();
|
rewrite_eqs();
|
||||||
}
|
}
|
||||||
TRACE("dioph_eq", print_S(tout););
|
TRACE("dioph_eq", print_S(tout););
|
||||||
NOT_IMPLEMENTED_YET();
|
//NOT_IMPLEMENTED_YET();
|
||||||
return lia_move::sat;
|
return lia_move::sat;
|
||||||
}
|
}
|
||||||
std::list<unsigned>::iterator pick_eh() {
|
std::list<unsigned>::iterator pick_eh() {
|
||||||
|
|
Loading…
Reference in a new issue