Skip to content

Commit d866a93

Browse files
na
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent da061bb commit d866a93

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/test/nlsat.cpp

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,20 @@ static void tst11() {
772772
lits.push_back(mk_eq(s, p2));
773773
project_fa(s, ex, x, 2, lits.c_ptr());
774774

775+
#if 0
776+
777+
!(x5^4 - 2 x3^2 x5^2 - 2 x1^2 x5^2 + 4 x0 x1 x5^2 - 2 x0^2 x5^2 + x3^4 - 2 x1^2 x3^2 + 4 x0 x1 x3^2 - 2 x0^2 x3^2 + x1^4 - 4 x0 x1^3 + 6 x0^2 x1^2 - 4 x0^3 x1 + x0^4 = 0) or !(x5 < 0) or !(x4 > root[1](x1 x4 - x0 x4 + x3)) or !(x3 + x1 - x0 > 0) or !(x1 - x0 < 0) or !(x7 > root[1](x1^2 x7 - 2 x0 x1 x7 + x0^2 x7 + x1 x3 - x0 x3)) or x7 - x4 = 0 or !(x1 x3 x7^2 - x0 x3 x7^2 - x5^2 x7 + x3^2 x7 + x1^2 x7 - 2 x0 x1 x7 + x0^2 x7 + x1 x3 - x0 x3 = 0)
775778

779+
x0 := -1
780+
x1 := -21.25
781+
x2 := 0.0470588235?
782+
x3 := 2
783+
x4 := -0.03125
784+
x5 := -18.25
785+
x6 := -0.5
786+
x7 := 1
787+
788+
#endif
776789

777790
}
778791

0 commit comments

Comments
 (0)