mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
better branching with usage_in_terms()
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
3bbf1474f3
commit
ba40a5752f
4 changed files with 28 additions and 34 deletions
|
@ -29,8 +29,6 @@ namespace lp {
|
|||
class lar_solver& lra;
|
||||
lia_move create_branch_on_column(int j);
|
||||
int find_inf_int_base_column();
|
||||
int find_inf_int_nbasis_column() const;
|
||||
int find_any_inf_int_column_basis_first();
|
||||
|
||||
public:
|
||||
int_branch(int_solver& lia);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue