mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
dbg
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6af314c6d9
commit
30e9f24fa3
2 changed files with 14 additions and 7 deletions
|
@ -579,11 +579,10 @@ namespace polysat {
|
|||
|
||||
void tst_fixplex() {
|
||||
|
||||
polysat::test_ineqs();
|
||||
polysat::test_lps();
|
||||
return;
|
||||
|
||||
polysat::test_lps();
|
||||
|
||||
polysat::test_ineqs();
|
||||
polysat::test_ineq_propagation1();
|
||||
polysat::test_ineq_propagation2();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue