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

Detailed Description

Definition at line 58 of file variable_storage.h.

#include <variable_storage.h>

Public Attributes

google::protobuf::RepeatedField< int64_t > deleted
VariableUpdatesProto updates
VariablesProto creates

Member Data Documentation

◆ creates

VariablesProto operations_research::math_opt::VariableStorage::UpdateResult::creates

Definition at line 64 of file variable_storage.h.

◆ deleted

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

Definition at line 60 of file variable_storage.h.

◆ updates

VariableUpdatesProto operations_research::math_opt::VariableStorage::UpdateResult::updates

Definition at line 62 of file variable_storage.h.


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