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

Stores one variable and its strategy value. More...

Public Attributes

int ref
 
int64_t value
 

Detailed Description

Stores one variable and its strategy value.

Definition at line 139 of file cp_model_search.cc.

Member Data Documentation

◆ ref

int operations_research::sat::VarValue::ref

Definition at line 140 of file cp_model_search.cc.

◆ value

int64_t operations_research::sat::VarValue::value

Definition at line 141 of file cp_model_search.cc.


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