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

#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
 

Detailed Description

Definition at line 4472 of file constraint_solver.h.

Member Function Documentation

◆ ObjectiveValue()

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

Definition at line 2324 of file search.cc.

◆ ObjectiveValueFromIndex()

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

Definition at line 2328 of file search.cc.

◆ operator<()

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

Definition at line 2333 of file search.cc.

Member Data Documentation

◆ branches

int64_t operations_research::SolutionCollector::SolutionData::branches

Definition at line 4475 of file constraint_solver.h.

◆ failures

int64_t operations_research::SolutionCollector::SolutionData::failures

Definition at line 4476 of file constraint_solver.h.

◆ solution

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

Definition at line 4473 of file constraint_solver.h.

◆ time

int64_t operations_research::SolutionCollector::SolutionData::time

Definition at line 4474 of file constraint_solver.h.


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