From bded1a268b0ca9959ca1223dd04de8db535cc99a Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Tue, 31 Mar 2020 15:25:01 -0500 Subject: [PATCH] Fix fmf benchmark (#4193) Fixes regress1. This benchmark is too delicate in the current state. --- test/regress/regress1/fmf/fmf-strange-bounds.smt2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/regress/regress1/fmf/fmf-strange-bounds.smt2 b/test/regress/regress1/fmf/fmf-strange-bounds.smt2 index bdbca4bd0..20738245c 100644 --- a/test/regress/regress1/fmf/fmf-strange-bounds.smt2 +++ b/test/regress/regress1/fmf/fmf-strange-bounds.smt2 @@ -17,11 +17,10 @@ (assert (>= (h (g 77)) 2)) (assert (not (= (g 77) (f 77)))) -(assert (forall ((x Int) (y Int) (z U)) (=> +(assert (forall ((x Int) (z U)) (=> (or (= z (f x)) (= z (g x))) (=> (member x S) -(=> (and (<= 0 y) (<= y (h z))) -(P x y z)))))) +(P x 0 z))))) (assert (forall ((x Int) (y Int) (z U)) (=> (or (= x 5) (= x 6)) -- 2.30.2