Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Neighbor acceptance criterion interface. More...
#include <routing_ils.h>
Public Member Functions | |
virtual | ~NeighborAcceptanceCriterion ()=default |
virtual bool | Accept (const Assignment *candidate, const Assignment *reference) const =0 |
Returns whether candidate should replace reference . | |
Neighbor acceptance criterion interface.
Definition at line 68 of file routing_ils.h.
|
virtualdefault |
|
pure virtual |
Returns whether candidate
should replace reference
.