![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
Representation of the search process state. More...
#include <routing_ils.h>
Public Attributes | |
absl::Duration | duration |
Search duration. | |
int64_t | solutions |
Explored solutions. | |
Representation of the search process state.
Definition at line 255 of file routing_ils.h.
absl::Duration operations_research::NeighborAcceptanceCriterion::SearchState::duration |
Search duration.
Definition at line 257 of file routing_ils.h.
int64_t operations_research::NeighborAcceptanceCriterion::SearchState::solutions |
Explored solutions.
Definition at line 259 of file routing_ils.h.