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

Detailed Description

Definition at line 175 of file solution.h.

#include <solution.h>

Public Member Functions

DualRayProto Proto () const

Static Public Member Functions

static absl::StatusOr< DualRayFromProto (ModelStorageCPtr model, const DualRayProto &dual_ray_proto)

Public Attributes

LinearConstraintMap< double > dual_values
VariableMap< double > reduced_costs

Member Function Documentation

◆ FromProto()

absl::StatusOr< DualRay > operations_research::math_opt::DualRay::FromProto ( ModelStorageCPtr model,
const DualRayProto & dual_ray_proto )
static

Definition at line 163 of file solution.cc.

◆ Proto()

DualRayProto operations_research::math_opt::DualRay::Proto ( ) const

Definition at line 177 of file solution.cc.

Member Data Documentation

◆ dual_values

LinearConstraintMap<double> operations_research::math_opt::DualRay::dual_values

Definition at line 187 of file solution.h.

◆ reduced_costs

VariableMap<double> operations_research::math_opt::DualRay::reduced_costs

Definition at line 188 of file solution.h.


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