mCRL2
|
Public Member Functions | |
int | operator() (const verti *scc, std::size_t scc_size) |
int | operator() (const verti *scc, std::size_t scc_size) |
Public Attributes | |
const ParityGame & | game |
const StaticGraph & | graph |
const priority_t | prio |
verti *const | error |
A functor that is used to verify the solution for a strongly-connected component of the game graph.
This is a separate class because the SCC decomposition algorithm expects a functor which is called for every component found.
Definition at line 27 of file ParityGame_verify.cpp.
|
inline |
Definition at line 34 of file ParityGame_verify.cpp.
|
inline |
Definition at line 34 of file ParityGame_verify.cpp.
verti *const VerifySCC::error |
Definition at line 32 of file ParityGame_verify.cpp.
const ParityGame & VerifySCC::game |
Definition at line 29 of file ParityGame_verify.cpp.
const StaticGraph & VerifySCC::graph |
Definition at line 30 of file ParityGame_verify.cpp.
const priority_t VerifySCC::prio |
Definition at line 31 of file ParityGame_verify.cpp.