diff options
| author | ericmarin <maarin.eric@gmail.com> | 2026-03-09 18:18:34 +0100 |
|---|---|---|
| committer | ericmarin <maarin.eric@gmail.com> | 2026-03-09 20:00:47 +0100 |
| commit | 51cd389b4e322313671dd0e53513ce84b72a1652 (patch) | |
| tree | 55d6ec8e8ad89ab1b754525171fbcd0cd177430b /test.smt2 | |
| parent | 2152db1e181609a3c8e686ce647079c6a04c6740 (diff) | |
| download | vein-51cd389b4e322313671dd0e53513ce84b72a1652.tar.gz vein-51cd389b4e322313671dd0e53513ce84b72a1652.zip | |
linear folding
Diffstat (limited to '')
| -rw-r--r-- | test.smt2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test.smt2 b/test.smt2 new file mode 100644 index 0000000..79d05c6 --- /dev/null +++ b/test.smt2 @@ -0,0 +1,7 @@ +(declare-const x_0 Real) +(declare-const x_1 Real) +(define-fun net_a () Real (+ (* x_0 2) 3)) +(define-fun net_b () Real (+ 3 (* 2 x_0))) +(assert (> (abs (- net_a net_b)) 0.0000100000)) +(check-sat) +(get-model) |
