8template<storm::dd::DdType DdType,
typename ValueType>
16template<storm::dd::DdType DdType,
typename ValueType>
50 bool statePartitonHasBeenRefinedOnce;
virtual bool refine(bisimulation::SignatureMode const &mode=bisimulation::SignatureMode::Eager) override
Refines the partition.
NondeterministicModelPartitionRefiner(storm::models::symbolic::NondeterministicModel< DdType, ValueType > const &model, Partition< DdType, ValueType > const &initialStatePartition)
Partition< DdType, ValueType > const & getChoicePartition() const
Retrieves the current choice partition in the refinement process.
PartitionRefiner(storm::models::symbolic::Model< DdType, ValueType > const &model, Partition< DdType, ValueType > const &initialStatePartition)
This class represents a discrete-time Markov decision process.
Base class for all nondeterministic symbolic models.