mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
change the signature of int_solver::check by adding explanation* parameter
Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
parent
9dbb56fdfc
commit
54f447d118
9 changed files with 61 additions and 36 deletions
|
@ -27,7 +27,7 @@ class gomory {
|
|||
class imp;
|
||||
imp *m_imp;
|
||||
public :
|
||||
gomory(lar_term & t, mpq & k, explanation& ex, unsigned basic_inf_int_j, const row_strip<mpq>& row, const int_solver& s);
|
||||
gomory(lar_term & t, mpq & k, explanation* ex, unsigned basic_inf_int_j, const row_strip<mpq>& row, const int_solver& s);
|
||||
lia_move create_cut();
|
||||
~gomory();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue