mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
parent
26eb23c05b
commit
f1abc71c35
11 changed files with 71 additions and 68 deletions
|
@ -29,6 +29,7 @@ Revision History:
|
|||
|
||||
namespace lp {
|
||||
class lar_solver;
|
||||
class lar_core_solver;
|
||||
|
||||
class int_solver {
|
||||
friend class create_cut;
|
||||
|
@ -39,6 +40,7 @@ class int_solver {
|
|||
friend class hnf_cutter;
|
||||
|
||||
lar_solver& lra;
|
||||
lar_core_solver& lrac;
|
||||
unsigned m_number_of_calls;
|
||||
lar_term m_t; // the term to return in the cut
|
||||
mpq m_k; // the right side of the cut
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue