+++ /dev/null
-(set-info :source | SMT-COMP'06 organizers |)
-(set-info :smt-lib-version 2.0)
-(set-info :category "check")
-(set-info :status unsat)
-(set-logic AUFLIA)
-(set-info :notes |This benchmark is designed to check if the DP supports bignumbers.| )
-(set-info :difficulty 0.000)
-(declare-fun f (Int) Int)
-(assert (= (f 0) 1))
-(assert (forall (?x Int) (=> (> ?x 0) (= (f ?x) (* (- 1000) (f (- ?x 1)))))))
-(assert (< (f 20) 0))
-(check-sat)
-(exit)
--- /dev/null
+(set-info :source "contrived")
+(set-info :smt-lib-version 2.0)
+(set-info :category "check")
+(set-info :status unsat)
+(set-logic QF_UF)
+(set-info :notes |This benchmark simply checks that SMT-LIB v2 can be parsed.|)
+(set-info :difficulty 0.000)
+(exit)