All Downloads are FREE. Search and download functionalities are using the official Maven repository.

z3-z3-4.13.0.examples.maxsat.ex.smt Maven / Gradle / Ivy

The newest version!
(declare-const x Int)
(declare-const y Int)
(declare-const z Int)
(assert-soft (> x 0))
(assert-soft (<= x -1))
(assert-soft (or (> x 0) (< y 1)))
(assert-soft (> y 2))
(assert-soft (> y 3))
(assert-soft (<= y -1)) 
(assert (= z (+ x y)))
        




© 2015 - 2024 Weber Informatics LLC | Privacy Policy