`에 대한 Z3/SMTLIB2 지원, API 함수나는 잠시 동안 (ML) Z3 바인딩을 사용하고 distinct`
val mk_distinct : context -> ast array -> ast
은 여러 해 동안 충실하게 봉사했다. 을 SMTLIB2 인터페이스로 전환하려고 시도했지만, distinct
명령 은 unsupported
입니다. 예를 들어, 쿼리
unsupported
; distinct
sat
웹 데모에 :
(declare-fun x() Int)
(declare-fun y() Int)
(distinct x y)
(assert (= x y))
(check-sat)
는 응답을 얻을 수 있습니다. 몇 가지 해결 방법이 있습니까?
감사합니다.
Ranjit.
여기에 다시 올 경우 대답을 승인으로 표시해야합니다. –