Uses of Class
eu.iv4xr.framework.extensions.ltl.LTL.And
Package
Description
This package provides the following features:
The classes
LTL
and BoundedLTL
implementing Linear Temporal Logic
formulas, and the bounded variation of them.-
Uses of LTL.And in eu.iv4xr.framework.extensions.ltl
Modifier and TypeMethodDescriptionstatic <State> LTL.And<State>
Recognize "not(p ∧ ...static <State> LTL.And<State>
ltlAnd(phi1, ..., phin ) constructs the LTL formula "phi1 ∧ phi2 ...LTL.And.treeClone()
Modifier and TypeMethodDescriptionstatic <State> boolean
LTL2Buchi.isIrreducibleConj(LTL.And<State> phi)
Check if the cunjunction is irreducible.