FILE should be a path to a FO Safety Game Description File.
If --elimChoice is given, all A predicates are immediately eliminated, while otherwise they will be eliminated after termination of the fixpoint algorithm. (may affect performance)
With elimChoice turned off, that corresponds to A predicates not changing over time.
If --approxElim is given, second order quantifier elimination is further approximated by not computing CNF for formulas that are too large.
By default all A predicates are immediately eliminated from the precondition.
If --approxChoice is given, they will instead be eliminated only after termination
of the fixpoint algorithm. (may sometimes improve performance)
Turning approxChoice on corresponds to A predicates not changing over time
and being part of the AxiomPredicates.
If --approxElim is given, second order quantifier elimination is
further approximated by not computing CNF for formulas that are too large.
This achieves a tremendous speed boost at the cost of accuracy.
FILE should be a path to a Workflow Description File.
If --stubborn is given, all agents are assumed to be stubborn.
If --elimChoice is given, all choice predicates are immediately eliminated, while otherwise they will be eliminated after termination of the fixpoint algorithm. (may affect performance)
With elimChoice turned off, that corresponds to choice predicates not changing over time.
If --approxChoice is given, all A predicates will be eliminated only after termination
of the fixpoint algorithm. (may sometimes improve performance)
immediately eliminated from the precondition.
Turning approxChoice on corresponds to A predicates not changing over time.
If --approxElim is given, second order quantifier elimination is further approximated by not computing CNF for formulas that are too large.
This achieves a tremendous speed boost at the cost of accuracy.