C++ Reference
C++ Reference: Routing
SolutionCollector::SolutionData
Detailed Description
Definition at line 4119 of file constraint_solver.h.
Public Member Functions | |
| bool | operator< (const SolutionData &other) const |
Public Attributes | |
| Assignment * | solution |
| int64 | time |
| int64 | branches |
| int64 | failures |
| int64 | objective_value |
Member Function Documentation
◆ operator<()
|
inline |
Definition at line 4125 of file constraint_solver.h.
Member Data Documentation
◆ branches
| int64 branches |
Definition at line 4122 of file constraint_solver.h.
◆ failures
| int64 failures |
Definition at line 4123 of file constraint_solver.h.
◆ objective_value
| int64 objective_value |
Definition at line 4124 of file constraint_solver.h.
◆ solution
| Assignment* solution |
Definition at line 4120 of file constraint_solver.h.
◆ time
| int64 time |
Definition at line 4121 of file constraint_solver.h.
The documentation for this struct was generated from the following file: