OR-Tools  9.6
Variable

Detailed Description

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

Public Member Functions

bool Merge (absl::string_view 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 785 of file flatzinc/model.cc.

◆ Merge()

bool Merge ( absl::string_view  other_name,
const Domain other_domain,
bool  other_temporary 
)

Definition at line 775 of file flatzinc/model.cc.

Member Data Documentation

◆ active

bool active

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

◆ domain

Domain domain

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

◆ name

std::string name

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

◆ temporary

bool temporary

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


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