Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
StatePriorityQueue.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstddef>
4
6
7namespace storm {
8namespace solver {
9namespace stateelimination {
10
12 public:
13 virtual ~StatePriorityQueue() = default;
14
15 virtual bool hasNext() const = 0;
18 virtual std::size_t size() const = 0;
19};
20
21} // namespace stateelimination
22} // namespace solver
23} // namespace storm
virtual void update(storm::storage::sparse::state_type state)
virtual storm::storage::sparse::state_type pop()=0
LabParser.cpp.
Definition cli.cpp:18