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

#include <linear_constraint_storage.h>

Public Attributes

google::protobuf::RepeatedField< int64_t > deleted
 
LinearConstraintUpdatesProto updates
 
LinearConstraintsProto creates
 
SparseDoubleMatrixProto matrix_updates
 

Detailed Description

Definition at line 68 of file linear_constraint_storage.h.

Member Data Documentation

◆ creates

LinearConstraintsProto operations_research::math_opt::LinearConstraintStorage::UpdateResult::creates

Definition at line 71 of file linear_constraint_storage.h.

◆ deleted

google::protobuf::RepeatedField<int64_t> operations_research::math_opt::LinearConstraintStorage::UpdateResult::deleted

Definition at line 69 of file linear_constraint_storage.h.

◆ matrix_updates

SparseDoubleMatrixProto operations_research::math_opt::LinearConstraintStorage::UpdateResult::matrix_updates

Definition at line 72 of file linear_constraint_storage.h.

◆ updates

LinearConstraintUpdatesProto operations_research::math_opt::LinearConstraintStorage::UpdateResult::updates

Definition at line 70 of file linear_constraint_storage.h.


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