Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::SolutionCollector::SolutionData Struct Reference

Detailed Description

Definition at line 4543 of file constraint_solver.h.

#include <constraint_solver.h>

Public Member Functions

int64_t ObjectiveValue () const
int64_t ObjectiveValueFromIndex (int index) const
bool operator< (const SolutionData &other) const

Public Attributes

Assignmentsolution
int64_t time
int64_t branches
int64_t failures

Member Function Documentation

◆ ObjectiveValue()

int64_t operations_research::SolutionCollector::SolutionData::ObjectiveValue ( ) const

Definition at line 2348 of file search.cc.

◆ ObjectiveValueFromIndex()

int64_t operations_research::SolutionCollector::SolutionData::ObjectiveValueFromIndex ( int index) const

Definition at line 2352 of file search.cc.

◆ operator<()

bool operations_research::SolutionCollector::SolutionData::operator< ( const SolutionData & other) const

Definition at line 2357 of file search.cc.

Member Data Documentation

◆ branches

int64_t operations_research::SolutionCollector::SolutionData::branches

Definition at line 4546 of file constraint_solver.h.

◆ failures

int64_t operations_research::SolutionCollector::SolutionData::failures

Definition at line 4547 of file constraint_solver.h.

◆ solution

Assignment* operations_research::SolutionCollector::SolutionData::solution

Definition at line 4544 of file constraint_solver.h.

◆ time

int64_t operations_research::SolutionCollector::SolutionData::time

Definition at line 4545 of file constraint_solver.h.


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