* Fix file extension
* Update Makefile
regress0/sets/sets-new.smt2 \
regress0/sets/sets-testlemma-ints.smt2 \
regress0/sets/sets-testlemma-reals.smt2 \
+ regress0/sygus/sygus-uf.sy \
regress0/symmetric.smt \
regress0/tptp/BOO003-4.p \
regress0/tptp/BOO027-1.p \
+++ /dev/null
-(set-logic LIA)
-
-(declare-fun uf (Int) Int)
-
-(synth-fun f ((x Int) (y Int)) Bool
- ((Start Bool (true false
- (<= IntExpr IntExpr)
- (= IntExpr IntExpr)
- (and Start Start)
- (or Start Start)
- (not Start)))
- (IntExpr Int (0 1 x y
- (+ IntExpr IntExpr)
- (- IntExpr IntExpr)))))
-
-(declare-var x Int)
-
-(constraint (f (uf x) (uf x)))
-
-(check-synth)
--- /dev/null
+(set-logic LIA)
+
+(declare-fun uf (Int) Int)
+
+(synth-fun f ((x Int) (y Int)) Bool
+ ((Start Bool (true false
+ (<= IntExpr IntExpr)
+ (= IntExpr IntExpr)
+ (and Start Start)
+ (or Start Start)
+ (not Start)))
+ (IntExpr Int (0 1 x y
+ (+ IntExpr IntExpr)
+ (- IntExpr IntExpr)))))
+
+(declare-var x Int)
+
+(constraint (f (uf x) (uf x)))
+
+(check-synth)