C++ Reference

C++ Reference: Routing

SolutionCollector::SolutionData

Detailed Description

Definition at line 4167 of file constraint_solver.h.

Public Member Functions

bool operator< (const SolutionData &other) const
 

Public Attributes

Assignmentsolution
 
int64 time
 
int64 branches
 
int64 failures
 
int64 objective_value
 

Member Function Documentation

◆ operator<()

bool operator< ( const SolutionData other) const
inline

Definition at line 4173 of file constraint_solver.h.

Member Data Documentation

◆ branches

int64 branches

Definition at line 4170 of file constraint_solver.h.

◆ failures

int64 failures

Definition at line 4171 of file constraint_solver.h.

◆ objective_value

int64 objective_value

Definition at line 4172 of file constraint_solver.h.

◆ solution

Assignment* solution

Definition at line 4168 of file constraint_solver.h.

◆ time

int64 time

Definition at line 4169 of file constraint_solver.h.


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