mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
separate int-cube functionalty
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c12c9a75e6
commit
8d293171d5
5 changed files with 191 additions and 124 deletions
|
@ -36,6 +36,7 @@ struct lp_constraint;
|
|||
|
||||
class int_solver {
|
||||
friend class gomory;
|
||||
friend class int_cube;
|
||||
public:
|
||||
// fields
|
||||
lar_solver *m_lar_solver;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue