(set-option :verbose true) (declare-const x Real) (assert (= (- (* 2.0 (- x)) 3.0) 1.0)) (debug graph) (check-sat) (get-model) ------------------------- 0 ==> true 1 ==> false 2 ==> x 3 ==> $2*-2.0 + -3.0 4 ==> 1.0 5 ==> $3 = $4 6 ==> assert $5 sat 2 iterations of propagation 0 decisions 7 narrowing of a value interval 7 narrowing of a constraint interval x = -2.0