mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 09:20:22 +00:00
perf in branching (#4719)
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
a414480274
commit
4e74c4cdd4
2 changed files with 14 additions and 8 deletions
|
@ -28,7 +28,7 @@ namespace lp {
|
|||
class int_solver& lia;
|
||||
class lar_solver& lra;
|
||||
lia_move create_branch_on_column(int j);
|
||||
int find_inf_int_column();
|
||||
int find_inf_int_base_column();
|
||||
|
||||
public:
|
||||
int_branch(int_solver& lia);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue