mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
test that pivoting is correct in dioph_eq.cpp
This commit is contained in:
parent
0db0efce9f
commit
36293ac773
10 changed files with 399 additions and 223 deletions
|
@ -1950,7 +1950,8 @@ namespace lp {
|
|||
// SASSERT(validate_bound(j, kind, right_side, dep));
|
||||
TRACE(
|
||||
"lar_solver_feas",
|
||||
tout << "j" << j << " " << lconstraint_kind_string(kind) << " " << right_side << std::endl;
|
||||
tout << "j" << j << " " << lconstraint_kind_string(kind) << " " << right_side << std::endl;
|
||||
print_column_info(j, tout) << "\n";
|
||||
if (dep) {
|
||||
tout << "dep:\n";
|
||||
auto cs = flatten(dep);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue