What are the command line options used for Z3 in rise4fun? I can solve the following problem on the web but not on my local installations which include z3_4.3.2 z3_3.2 and others...
(declare-fun x () Int)
(assert-soft false)
(assert-soft true)
(check-sat)