OR-Tools  8.2
IntegerVariable

Detailed Description

Definition at line 107 of file flatzinc/model.h.

Public Member Functions

bool Merge (const std::string &other_name, const Domain &other_domain, bool other_temporary)
 
std::string DebugString () const
 

Public Attributes

std::string name
 
Domain domain
 
bool temporary: 1
 
bool active: 1
 

Member Function Documentation

◆ DebugString()

std::string DebugString ( ) const

Definition at line 602 of file model.cc.

◆ Merge()

bool Merge ( const std::string &  other_name,
const Domain other_domain,
bool  other_temporary 
)

Definition at line 592 of file model.cc.

Member Data Documentation

◆ active

bool active

Definition at line 132 of file flatzinc/model.h.

◆ domain

Domain domain

Definition at line 124 of file flatzinc/model.h.

◆ name

std::string name

Definition at line 123 of file flatzinc/model.h.

◆ temporary

bool temporary

Definition at line 128 of file flatzinc/model.h.


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