Use Z3 and SMT-LIB to get a maximum of two values

前端 未结 2 1730
情深已故
情深已故 2021-01-06 06:41

How do I get the maximum of a formula using smt-lib2?

I want something like this:

(declare-fun x () Int)
(declare-fun y () Int)
(declare-fun z () Int         


        
2条回答
提交回复
热议问题