Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::internal::VariablesEquality Struct Reference

Detailed Description

Definition at line 150 of file variable_and_expressions.h.

#include <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()

operations_research::math_opt::internal::VariablesEquality::VariablesEquality ( Variable lhs,
Variable rhs )
inline

Definition at line 1660 of file variable_and_expressions.h.

Member Function Documentation

◆ operator bool()

operations_research::math_opt::internal::VariablesEquality::operator bool ( ) const
inline

Definition at line 1663 of file variable_and_expressions.h.

Member Data Documentation

◆ lhs

Variable operations_research::math_opt::internal::VariablesEquality::lhs

Definition at line 156 of file variable_and_expressions.h.

◆ rhs

Variable operations_research::math_opt::internal::VariablesEquality::rhs

Definition at line 157 of file variable_and_expressions.h.


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