3
0
Fork 0
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:
Lev Nachmanson 2024-08-30 20:51:14 -07:00 committed by Lev Nachmanson
parent be8f3e9c3e
commit f0b5cd1066

View file

@ -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() {