mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
fix the build
This commit is contained in:
parent
e9fa7db96c
commit
19f3ad46ce
|
@ -32,7 +32,7 @@ namespace lp {
|
||||||
bool is_gomory_cut_target(lpvar j);
|
bool is_gomory_cut_target(lpvar j);
|
||||||
lia_move get_cut(lpvar j);
|
lia_move get_cut(lpvar j);
|
||||||
public:
|
public:
|
||||||
lia_move gomory::get_gomory_cuts(unsigned num_cuts);
|
lia_move get_gomory_cuts(unsigned num_cuts);
|
||||||
gomory(int_solver& lia);
|
gomory(int_solver& lia);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue