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

Detailed Description

Definition at line 53 of file routing_cuts.h.

#include <routing_cuts.h>

Public Member Functions

const AffineExpressionGetNodeExpression (int node, int dimension) const

Public Attributes

int num_dimensions = 0
std::vector< AffineExpressionflat_node_dim_expressions

Member Function Documentation

◆ GetNodeExpression()

const AffineExpression & operations_research::sat::RoutingCumulExpressions::GetNodeExpression ( int node,
int dimension ) const
inline

Definition at line 54 of file routing_cuts.h.

Member Data Documentation

◆ flat_node_dim_expressions

std::vector<AffineExpression> operations_research::sat::RoutingCumulExpressions::flat_node_dim_expressions

Definition at line 59 of file routing_cuts.h.

◆ num_dimensions

int operations_research::sat::RoutingCumulExpressions::num_dimensions = 0

Definition at line 58 of file routing_cuts.h.


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