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

Detailed Description

Definition at line 195 of file integer_search.h.

#include <integer_search.h>

Public Attributes

BooleanVariable bool_var = kNoBooleanVariable
IntegerVariable int_var = kNoIntegerVariable

Member Data Documentation

◆ bool_var

BooleanVariable operations_research::sat::BooleanOrIntegerVariable::bool_var = kNoBooleanVariable

Definition at line 196 of file integer_search.h.

◆ int_var

IntegerVariable operations_research::sat::BooleanOrIntegerVariable::int_var = kNoIntegerVariable

Definition at line 197 of file integer_search.h.


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