C++ Reference

C++ Reference: Routing

SolutionCollector::SolutionData

Detailed Description

Definition at line 4294 of file constraint_solver.h.

Public Member Functions

bool operator< (const SolutionData &other) const
 

Public Attributes

Assignmentsolution
 
int64_t time
 
int64_t branches
 
int64_t failures
 
int64_t objective_value
 

Member Function Documentation

◆ operator<()

bool operator< ( const SolutionData other) const
inline

Definition at line 4300 of file constraint_solver.h.

Member Data Documentation

◆ branches

int64_t branches

Definition at line 4297 of file constraint_solver.h.

◆ failures

int64_t failures

Definition at line 4298 of file constraint_solver.h.

◆ objective_value

int64_t objective_value

Definition at line 4299 of file constraint_solver.h.

◆ solution

Assignment* solution

Definition at line 4295 of file constraint_solver.h.

◆ time

int64_t time

Definition at line 4296 of file constraint_solver.h.


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