3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-13 22:41:15 +00:00

debug dio

This commit is contained in:
Lev Nachmanson 2024-08-24 13:03:25 -10:00 committed by Lev Nachmanson
parent cd13890650
commit df18885f97
5 changed files with 206 additions and 110 deletions

View file

@ -93,6 +93,10 @@ public:
bool is_term(unsigned j) const;
unsigned column_count() const;
int select_int_infeasible_var();
void set_expl(lp::explanation * ex);
explanation * expl();
#if Z3DEBUG
lia_move dio_test();
#endif
};
}