Storm 1.14.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
SpotProduct.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4
8
10
20std::shared_ptr<storm::automata::DeterministicAutomaton> ltl2daSpotProduct(storm::logic::MultiObjectiveFormula const& formula,
22 std::vector<uint64_t>& acceptanceConditions);
23} // 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< uint64_t > &acceptanceConditions)
Function that creates a determinitistic automaton with Streett-acceptance condition.