mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
expose only necessary methods of lar_solver
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
6d8e5400fd
commit
5208b64a6b
16 changed files with 217 additions and 302 deletions
|
@ -27,7 +27,7 @@ namespace lp {
|
|||
lia_move int_cube::operator()() {
|
||||
lia.settings().stats().m_cube_calls++;
|
||||
TRACE("cube",
|
||||
for (unsigned j = 0; j < lra.A_r().column_count(); j++)
|
||||
for (unsigned j = 0; j < lra.number_of_vars(); j++)
|
||||
lia.display_column(tout, j);
|
||||
tout << lra.constraints();
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue