![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
Ruin interface. More...
#include <routing_ils.h>
Public Member Functions | |
virtual | ~RuinProcedure ()=default |
virtual std::function< int64_t(int64_t)> | Ruin (const Assignment *assignment)=0 |
Returns next accessors describing the ruined solution. | |
Ruin interface.
Definition at line 101 of file routing_ils.h.
|
virtualdefault |
|
pure virtual |
Returns next accessors describing the ruined solution.
Implemented in operations_research::CloseRoutesRemovalRuinProcedure, operations_research::CompositeRuinProcedure, operations_research::RandomWalkRemovalRuinProcedure, and operations_research::SISRRuinProcedure.