PandA-2024.02
|
This is a specialization based on a given fixed priority value. More...
#include <priority.hpp>
Public Member Functions | |
priority_fixed (const CustomUnorderedMapUnstable< vertex, int > &priority_value) | |
Constructor. More... | |
bool | update () override |
This specialization does not update the priorities at the end of the control step. More... | |
Public Member Functions inherited from priority_data< int > | |
virtual int | operator() (const vertex &_a) const |
Return the priority associated with the vertex. More... | |
virtual int & | operator[] (const vertex &_a) |
return the priority associated with the vertex. More... | |
virtual | ~priority_data ()=default |
Destructor. More... | |
This is a specialization based on a given fixed priority value.
The update function does not change the priority at the end of the control step analysis.
Definition at line 150 of file priority.hpp.
|
explicit |
Constructor.
Definition at line 112 of file priority.cpp.
References priority_data< int >::operator[]().
|
inlineoverridevirtual |
This specialization does not update the priorities at the end of the control step.
Implements priority_data< int >.
Definition at line 160 of file priority.hpp.