3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 02:45:51 +00:00

expose only necessary methods of lar_solver

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-04-14 12:59:24 -07:00
parent 6d8e5400fd
commit 5208b64a6b
16 changed files with 217 additions and 302 deletions

View file

@ -56,7 +56,7 @@ namespace lp {
}
bool int_branch::left_branch_is_more_narrow_than_right(unsigned j) {
switch (lra.m_mpq_lar_core_solver.m_r_solver.m_column_types[j] ) {
switch (lra.get_column_type(j)) {
case column_type::fixed:
return false;
case column_type::boxed: {