![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 210 of file routing_ils.h.
#include <routing_ils.h>
Public Member Functions | |
| SISRRuinProcedure (RoutingModel *model, std::mt19937 *rnd, int max_removed_sequence_size, int avg_num_removed_visits, double bypass_factor, int num_neighbors) | |
| std::function< int64_t(int64_t)> | Ruin (const Assignment *assignment) override |
| Public Member Functions inherited from operations_research::RuinProcedure | |
| virtual | ~RuinProcedure ()=default |
| operations_research::SISRRuinProcedure::SISRRuinProcedure | ( | RoutingModel * | model, |
| std::mt19937 * | rnd, | ||
| int | max_removed_sequence_size, | ||
| int | avg_num_removed_visits, | ||
| double | bypass_factor, | ||
| int | num_neighbors ) |
Definition at line 1043 of file routing_ils.cc.
|
overridevirtual |
Implements operations_research::RuinProcedure.
Definition at line 1062 of file routing_ils.cc.