mkorpela/RoboMachine

Full boolean logic support in constraints and rules

mkorpela opened this issue · 4 comments

Full boolean logic support in constraints and rules

This seems very useful to me. (Why did you close it?)

I'm thinking of less-than and greater-than operators.

Well actually, I also have a use case for full python expressions in the constraints section (exprs that evaluate to boolean values). Do you have any thoughts on that?

I have WIP branch with new operators: <, <=, >, >=. I'm thinking of adding support for ${VAR} (not) in (1,4,9) too. Thoughts?