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

Struct used to store a variable value. More...

Detailed Description

Struct used to store a variable value.

Definition at line 589 of file routing.h.

#include <routing.h>

Public Attributes

int var_index
int64_t value

Member Data Documentation

◆ value

int64_t operations_research::RoutingModel::VariableValuePair::value

Definition at line 591 of file routing.h.

◆ var_index

int operations_research::RoutingModel::VariableValuePair::var_index

Definition at line 590 of file routing.h.


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