|
|
@ -15,6 +15,11 @@ namespace storm { |
|
|
|
// Intentionally left empty.
|
|
|
|
} |
|
|
|
|
|
|
|
template<typename ValueType> |
|
|
|
bool SparsePropositionalModelChecker<ValueType>::canHandle(storm::logic::Formula const& formula) const { |
|
|
|
return formula.isPropositionalFormula(); |
|
|
|
} |
|
|
|
|
|
|
|
template<typename ValueType> |
|
|
|
std::unique_ptr<CheckResult> SparsePropositionalModelChecker<ValueType>::checkBooleanLiteralFormula(storm::logic::BooleanLiteralFormula const& stateFormula) { |
|
|
|
if (stateFormula.isTrueFormula()) { |
|
|
|