OR-Tools  8.2
BinaryClause

Detailed Description

Definition at line 375 of file clause.h.

Public Member Functions

 BinaryClause (Literal _a, Literal _b)
 
bool operator== (BinaryClause o) const
 
bool operator!= (BinaryClause o) const
 

Public Attributes

Literal a
 
Literal b
 

Constructor & Destructor Documentation

◆ BinaryClause()

BinaryClause ( Literal  _a,
Literal  _b 
)
inline

Definition at line 376 of file clause.h.

Member Function Documentation

◆ operator!=()

bool operator!= ( BinaryClause  o) const
inline

Definition at line 378 of file clause.h.

◆ operator==()

bool operator== ( BinaryClause  o) const
inline

Definition at line 377 of file clause.h.

Member Data Documentation

◆ a

Definition at line 379 of file clause.h.

◆ b

Definition at line 380 of file clause.h.


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