| java.lang.Object de.uka.ilkd.key.strategy.quantifierHeuristics.TriggerUtils
TriggerUtils | class TriggerUtils (Code) | | |
discardQuantifiers | public static Term discardQuantifiers(Term qterm)(Code) | | remove all the quantifiable variable bounded in the top level
of a given formula.
|
intersect | public static SetOfQuantifiableVariable intersect(SetOfQuantifiableVariable set0, SetOfQuantifiableVariable set1)(Code) | | Parameters: set0 - Parameters: set1 - a set of quantifiableVariable which are belonged to both set0 and set1 have |
isTrueOrFalse | public static boolean isTrueOrFalse(Term res)(Code) | | |
iteratorByOperator | public static IteratorOfTerm iteratorByOperator(Term term, Operator op)(Code) | | set of terms that are that the term splite d through the operatorop |
|
|