Interface M3CSolver.TypedM3CSolver<F>
-
- Type Parameters:
F
- formula type
- All Superinterfaces:
M3CSolver<F>
- All Known Implementing Classes:
TypedADDSolver
,TypedBDDSolver
public static interface M3CSolver.TypedM3CSolver<F> extends M3CSolver<F>
A specializedM3CSolver
which no longer throws aParseException
when solving a formula, but requires a type-safe formula object.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.automatalib.modelchecker.m3c.solver.M3CSolver
M3CSolver.TypedM3CSolver<F>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
solve(F formula)
Checks whether the given formula is satisfied.
-