We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should be different from #2650 as the output for this one with nlsat.check_lemmas=true is different.
nlsat.check_lemmas=true
[588] % z3release small.smt2 unsat [589] % z3release rewriter.flat=false small.smt2 sat [590] % [590] % cat small.smt2 (declare-fun a () Real) (declare-fun b () Real) (declare-fun c () Real) (declare-fun d () Real) (declare-fun f () Real) (declare-fun e () Real) (declare-fun g () Real) (declare-fun i () Real) (declare-fun h () Real) (declare-fun k () Real) (declare-fun j () Real) (declare-fun m () Real) (declare-fun l () Real) (declare-fun ad () Real) (assert (forall ((ah Real)) (distinct (or (= g (- (/ (* d d) 0)) i) (<= d 0)) (not (xor (<= ah j) (and (= l (* f ah) e) (< 0 k))))))) (assert (exists ((ai Real)) (= (or (<= (/ (+ 1.0 c) (- a d)) d) (<= 0.0 k)) (= b 2.0)))) (assert (= a (* m f) c (/ h ad))) (check-sat) [591] %
OS: Ubuntu 18.04 Commit: 785c9a1
The text was updated successfully, but these errors were encountered:
#2650
Sorry, something went wrong.
No branches or pull requests
Should be different from #2650 as the output for this one with
nlsat.check_lemmas=true
is different.OS: Ubuntu 18.04
Commit: 785c9a1
The text was updated successfully, but these errors were encountered: