In the invariant finder, BalanceChecker.add_inequality_preconds will only work
as intended for actions that have a conjunction as precondition. This must be
generalized to Literals and ConstantConditions.
(and one could simplify the code by using "for ... else ...")
|