OR-Tools  9.6
VariablesEquality

Detailed Description

Definition at line 468 of file variable_and_expressions.h.

Public Member Functions

 VariablesEquality (Variable lhs, Variable rhs)
 
 operator bool () const
 

Public Attributes

Variable lhs
 
Variable rhs
 

Constructor & Destructor Documentation

◆ VariablesEquality()

VariablesEquality ( Variable  lhs,
Variable  rhs 
)
inline

Definition at line 1658 of file variable_and_expressions.h.

Member Function Documentation

◆ operator bool()

operator bool ( ) const
inline

Definition at line 1661 of file variable_and_expressions.h.

Member Data Documentation

◆ lhs

Variable lhs

Definition at line 474 of file variable_and_expressions.h.

◆ rhs

Variable rhs

Definition at line 475 of file variable_and_expressions.h.


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