big And / big Or of a list #94
yangyeileen
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
yes! just create your list of variables and you'll be able to wrap an And or Or around it creating 'term' with what bauhaus currently supports would have you do the following:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone,
Is there an easy way to create a big And/Or of a list of variables? I.e.
fluents = []
term = And(fluents) >> x_a
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions