Skip to content
New issue

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

Fatal error: exception Not_found #4

Open
dddejan opened this issue Jun 7, 2016 · 1 comment
Open

Fatal error: exception Not_found #4

dddejan opened this issue Jun 7, 2016 · 1 comment

Comments

@dddejan
Copy link

dddejan commented Jun 7, 2016

(set-logic QF_LIA)

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

(declare-fun c () Int)

(assert (= c (# u Int 
  (and 
    (>= u 0) 
    (>= 10 u)
    (= (+ u u) (+ x y))
  )
)))

(check-sat)
(get-model)

gives error

dejan@pup:~/workspace/counting-smt$ ./solver.native --verbose < ./examples/test04.smt2
 -> (set-logic QF_LIA)
 -> (declare-fun x () Int)
 -> (declare-fun y () Int)
 -> (declare-fun c () Int)
 -> (declare-fun card!1 () Int)
 -> (declare-fun card!2 () Int)
 -> (declare-fun card!3 () Int)
Fatal error: exception Not_found
@xapantu
Copy link
Owner

xapantu commented Jun 7, 2016

This requires multiplication, and is not supported at this moment.

On 06/06/2016 17:14, Dejan Jovanović wrote:

(set-logic QF_LIA)

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

(declare-fun c () Int)

(assert (= c (# u Int
(and
(>= u 0)
(>= 10 u)
(= (+ u u) (+ x y))
)
)))

(check-sat)
(get-model)

gives error

dejan@pup:~/workspace/counting-smt$ ./solver.native --verbose < ./examples/test04.smt2
-> (set-logic QF_LIA)
-> (declare-fun x () Int)
-> (declare-fun y () Int)
-> (declare-fun c () Int)
-> (declare-fun card!1 () Int)
-> (declare-fun card!2 () Int)
-> (declare-fun card!3 () Int)
Fatal error: exception Not_found


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#4, or mute the thread
https://github.com/notifications/unsubscribe/ABbI08khB7qCJqKQbDjz_mMPjOyfiIYsks5qJLf-gaJpZM4IvcBg.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants