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

Detailed Description

Definition at line 120 of file model.h.

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

Friends

class Model

Member Function Documentation

◆ DebugString()

std::string operations_research::fz::Variable::DebugString ( ) const

Definition at line 793 of file model.cc.

◆ Merge()

bool operations_research::fz::Variable::Merge ( absl::string_view other_name,
const Domain & other_domain,
bool other_temporary )

Definition at line 783 of file model.cc.

◆ Model

friend class Model
friend

Definition at line 148 of file model.h.

Member Data Documentation

◆ active

bool operations_research::fz::Variable::active

Definition at line 145 of file model.h.

◆ domain

Domain operations_research::fz::Variable::domain

Definition at line 137 of file model.h.

◆ name

std::string operations_research::fz::Variable::name

Definition at line 136 of file model.h.

◆ temporary

bool operations_research::fz::Variable::temporary

Definition at line 141 of file model.h.


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