Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
spotProduct.h
Go to the documentation of this file.
1#pragma once
2
6
8
18std::shared_ptr<storm::automata::DeterministicAutomaton> ltl2daSpotProduct(storm::logic::MultiObjectiveFormula const& formula,
20 std::vector<uint>& acceptanceConditions);
21} // namespace storm::modelchecker::helper::lexicographic::spothelper
std::map< std::string, std::shared_ptr< Formula const > > ApToFormulaMap
std::shared_ptr< storm::automata::DeterministicAutomaton > ltl2daSpotProduct(storm::logic::MultiObjectiveFormula const &formula, storm::logic::ExtractMaximalStateFormulasVisitor::ApToFormulaMap &extracted, std::vector< uint > &acceptanceConditions)
Function that creates a determinitistic automaton with Streett-acceptance condition.