mirror of
https://github.com/Z3Prover/z3
synced 2025-06-03 04:41:21 +00:00
remove an unused declaration
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
e2fb4fbd38
commit
d8df203622
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ namespace lp {
|
||||||
class gomory {
|
class gomory {
|
||||||
class int_solver& lia;
|
class int_solver& lia;
|
||||||
class lar_solver& lra;
|
class lar_solver& lra;
|
||||||
lia_move cut(lar_term & t, mpq & k, explanation* ex, unsigned basic_inf_int_j, const row_strip<mpq>& row);
|
|
||||||
unsigned_vector gomory_select_int_infeasible_vars(unsigned num_cuts);
|
unsigned_vector gomory_select_int_infeasible_vars(unsigned num_cuts);
|
||||||
bool is_gomory_cut_target(lpvar j);
|
bool is_gomory_cut_target(lpvar j);
|
||||||
u_dependency* add_deps(u_dependency*, const row_strip<mpq>&, lpvar);
|
u_dependency* add_deps(u_dependency*, const row_strip<mpq>&, lpvar);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue