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

Detailed Description

Definition at line 33 of file statistics.h.

#include <statistics.h>

Public Attributes

std::optional< Rangeobjective_terms
std::optional< Rangevariable_bounds
std::optional< Rangelinear_constraint_bounds
std::optional< Rangelinear_constraint_coefficients

Member Data Documentation

◆ linear_constraint_bounds

std::optional<Range> operations_research::math_opt::ModelRanges::linear_constraint_bounds

Definition at line 41 of file statistics.h.

◆ linear_constraint_coefficients

std::optional<Range> operations_research::math_opt::ModelRanges::linear_constraint_coefficients

Definition at line 44 of file statistics.h.

◆ objective_terms

std::optional<Range> operations_research::math_opt::ModelRanges::objective_terms

Definition at line 35 of file statistics.h.

◆ variable_bounds

std::optional<Range> operations_research::math_opt::ModelRanges::variable_bounds

Definition at line 38 of file statistics.h.


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