Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::LocalSearchState::Variable Class Reference

Detailed Description

Definition at line 3032 of file constraint_solveri.h.

#include <constraint_solveri.h>

Public Member Functions

 Variable ()
int64_t Min () const
int64_t Max () const
bool SetMin (int64_t new_min) const
bool SetMax (int64_t new_max) const
void Relax () const
bool Exists () const

Friends

class LocalSearchState

Constructor & Destructor Documentation

◆ Variable()

operations_research::LocalSearchState::Variable::Variable ( )
inline

Definition at line 3034 of file constraint_solveri.h.

Member Function Documentation

◆ Exists()

bool operations_research::LocalSearchState::Variable::Exists ( ) const
inline

Definition at line 3063 of file constraint_solveri.h.

◆ Max()

int64_t operations_research::LocalSearchState::Variable::Max ( ) const
inline

Definition at line 3039 of file constraint_solveri.h.

◆ Min()

int64_t operations_research::LocalSearchState::Variable::Min ( ) const
inline

Definition at line 3035 of file constraint_solveri.h.

◆ Relax()

void operations_research::LocalSearchState::Variable::Relax ( ) const
inline

Definition at line 3057 of file constraint_solveri.h.

◆ SetMax()

bool operations_research::LocalSearchState::Variable::SetMax ( int64_t new_max) const
inline

Definition at line 3052 of file constraint_solveri.h.

◆ SetMin()

bool operations_research::LocalSearchState::Variable::SetMin ( int64_t new_min) const
inline

Definition at line 3045 of file constraint_solveri.h.

◆ LocalSearchState

friend class LocalSearchState
friend

Definition at line 3067 of file constraint_solveri.h.


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