![]() |
Parasol Planning Library (PPL)
|
An aggregate for returning the results of a group rewiring check. More...
#include <RewireConnector.h>
Public Member Functions | |
GroupRewireTestOutput (const bool _passed=false, GroupLPOutput &&_lpo=GroupLPOutput(), const double _cost=0) | |
Data Fields | |
bool | passed {false} |
Should we use this rewiring? More... | |
GroupLPOutput | lpo |
The generated local plan. More... | |
double | cost {0} |
New total cost to the rewired node. More... | |
An aggregate for returning the results of a group rewiring check.
|
inline |
double RewireConnector::GroupRewireTestOutput::cost {0} |
New total cost to the rewired node.
GroupLPOutput RewireConnector::GroupRewireTestOutput::lpo |
The generated local plan.
bool RewireConnector::GroupRewireTestOutput::passed {false} |
Should we use this rewiring?