3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 03:45:51 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-02-10 11:43:13 -08:00
parent 26eb23c05b
commit f1abc71c35
11 changed files with 71 additions and 68 deletions

View file

@ -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