Skip to content

Commit bc0fdfe

Browse files
committed
remove dead code
Signed-off-by: Lev Nachmanson <[email protected]>
1 parent c300843 commit bc0fdfe

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/math/lp/dioph_eq.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -817,17 +817,6 @@ namespace lp {
817817
return lia_move::undef;
818818
}
819819

820-
void process_branch() {
821-
NOT_IMPLEMENTED_YET();
822-
}
823-
void process_conflict() {
824-
NOT_IMPLEMENTED_YET();
825-
}
826-
bool decide_on_conflict() {
827-
NOT_IMPLEMENTED_YET();
828-
return true;
829-
}
830-
831820
struct undo_fixed : public trail {
832821
lar_solver& m_lra;
833822
unsigned m_j; // the variable that became fixed

0 commit comments

Comments
 (0)