Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
This is the complete list of members for operations_research::PathEnergyCostChecker, including all inherited members.
AcceptedCost() const | operations_research::PathEnergyCostChecker | inline |
Check() | operations_research::PathEnergyCostChecker | |
Commit() | operations_research::PathEnergyCostChecker | |
CommittedCost() const | operations_research::PathEnergyCostChecker | inline |
PathEnergyCostChecker(const PathState *path_state, std::vector< int > force_class, std::vector< const std::function< int64_t(int64_t)> * > force_per_class, std::vector< int > distance_class, std::vector< const std::function< int64_t(int64_t, int64_t)> * > distance_per_class, std::vector< int64_t > path_unit_costs, std::vector< bool > path_has_cost_when_empty) | operations_research::PathEnergyCostChecker |