mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 22:41:15 +00:00
debug dio
This commit is contained in:
parent
cd13890650
commit
df18885f97
5 changed files with 206 additions and 110 deletions
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue