mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
remove an assert
Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
parent
b59fa3ebd7
commit
a4a468660d
3 changed files with 2 additions and 4 deletions
|
@ -320,7 +320,6 @@ void test_small_lu(lp_settings & settings) {
|
|||
|
||||
auto columns_to_replace = l.get_set_of_columns_to_replace_for_add_last_rows(heading);
|
||||
l.add_last_rows_to_B(heading, columns_to_replace);
|
||||
std::cout << "here" << std::endl;
|
||||
lp_assert(l.is_correct(basis));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue