Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::NeighborAcceptanceCriterion::SearchState Struct Reference

Representation of the search process state. More...

#include <routing_ils.h>

Public Attributes

absl::Duration duration
 Search duration.
 
int64_t solutions
 Explored solutions.
 

Detailed Description

Representation of the search process state.

Definition at line 255 of file routing_ils.h.

Member Data Documentation

◆ duration

absl::Duration operations_research::NeighborAcceptanceCriterion::SearchState::duration

Search duration.

Definition at line 257 of file routing_ils.h.

◆ solutions

int64_t operations_research::NeighborAcceptanceCriterion::SearchState::solutions

Explored solutions.

Definition at line 259 of file routing_ils.h.


The documentation for this struct was generated from the following file: