Hello,
Consider the following trivial transition system:
(define-state-type S () ())
(define-transition-system TS S (= 1 2) (= 1 1))
(query TS (= 1 1))
When I run sally (master, git commit 0b88fe9) I get:
Yices error (push): the context state does not allow operation
I am guessing that this has something to do with the initial set of states being empty.