|  | @ -10,7 +10,6 @@ | 
		
	
		
			
				|  |  | #include "storm/solver/OptimizationDirection.h" |  |  | #include "storm/solver/OptimizationDirection.h" | 
		
	
		
			
				|  |  | #include "storm/logic/ComparisonType.h" |  |  | #include "storm/logic/ComparisonType.h" | 
		
	
		
			
				|  |  | #include "storm/modelchecker/hints/ModelCheckerHint.h" |  |  | #include "storm/modelchecker/hints/ModelCheckerHint.h" | 
		
	
		
			
				|  |  | #include "storm/storage/SchedulerClass.h" |  |  |  | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
		
			
				|  |  | #include "storm/exceptions/InvalidOperationException.h" |  |  | #include "storm/exceptions/InvalidOperationException.h" | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
	
		
			
				|  | @ -223,18 +222,6 @@ namespace storm { | 
		
	
		
			
				|  |  |                 return produceSchedulers; |  |  |                 return produceSchedulers; | 
		
	
		
			
				|  |  |             } |  |  |             } | 
		
	
		
			
				|  |  |              |  |  |              | 
		
	
		
			
				|  |  |             void setSchedulerRestriction(storm::storage::SchedulerClass const& schedulerClass) { |  |  |  | 
		
	
		
			
				|  |  |                 this->schedulerRestriction = schedulerClass; |  |  |  | 
		
	
		
			
				|  |  |             } |  |  |  | 
		
	
		
			
				|  |  |              |  |  |  | 
		
	
		
			
				|  |  |             storm::storage::SchedulerClass const& getSchedulerRestriction() const { |  |  |  | 
		
	
		
			
				|  |  |                 return *this->schedulerRestriction; |  |  |  | 
		
	
		
			
				|  |  |             } |  |  |  | 
		
	
		
			
				|  |  |              |  |  |  | 
		
	
		
			
				|  |  |             bool hasSchedulerRestriction() const { |  |  |  | 
		
	
		
			
				|  |  |                 return this->schedulerRestriction.is_initialized(); |  |  |  | 
		
	
		
			
				|  |  |             } |  |  |  | 
		
	
		
			
				|  |  |              |  |  |  | 
		
	
		
			
				|  |  |             /*! |  |  |             /*! | 
		
	
		
			
				|  |  |              * sets a hint that might contain information that speeds up the modelchecking process (if supported by the model checker) |  |  |              * sets a hint that might contain information that speeds up the modelchecking process (if supported by the model checker) | 
		
	
		
			
				|  |  |              */ |  |  |              */ | 
		
	
	
		
			
				|  | @ -301,9 +288,6 @@ namespace storm { | 
		
	
		
			
				|  |  |             // if this flag is set. |  |  |             // if this flag is set. | 
		
	
		
			
				|  |  |             bool produceSchedulers; |  |  |             bool produceSchedulers; | 
		
	
		
			
				|  |  |              |  |  |              | 
		
	
		
			
				|  |  |             // Restricts the class of schedulers that are to be considered during analysis |  |  |  | 
		
	
		
			
				|  |  |             boost::optional<storm::storage::SchedulerClass> schedulerRestriction; |  |  |  | 
		
	
		
			
				|  |  |              |  |  |  | 
		
	
		
			
				|  |  |             // A hint that might contain information that speeds up the modelchecking process (if supported by the model checker) |  |  |             // A hint that might contain information that speeds up the modelchecking process (if supported by the model checker) | 
		
	
		
			
				|  |  |             std::shared_ptr<ModelCheckerHint> hint; |  |  |             std::shared_ptr<ModelCheckerHint> hint; | 
		
	
		
			
				|  |  |         }; |  |  |         }; | 
		
	
	
		
			
				|  | 
 |