3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

remove dead code

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2024-11-18 10:19:25 -08:00 committed by Lev Nachmanson
parent c300843585
commit bc0fdfe158

View file

@ -817,17 +817,6 @@ namespace lp {
return lia_move::undef;
}
void process_branch() {
NOT_IMPLEMENTED_YET();
}
void process_conflict() {
NOT_IMPLEMENTED_YET();
}
bool decide_on_conflict() {
NOT_IMPLEMENTED_YET();
return true;
}
struct undo_fixed : public trail {
lar_solver& m_lra;
unsigned m_j; // the variable that became fixed