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

#include <variable_storage.h>

Public Attributes

google::protobuf::RepeatedField< int64_t > deleted
 Variables before the checkpoint that have been deleted.
 
VariableUpdatesProto updates
 Variables before the checkpoint that have been modified and not deleted.
 
VariablesProto creates
 Variables created at or after the checkpoint that have not been deleted.
 

Detailed Description

A description of the changes to the variables of the model with respect to a known checkpoint.

Definition at line 58 of file variable_storage.h.

Member Data Documentation

◆ creates

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

Variables created at or after the checkpoint that have not been deleted.

Definition at line 64 of file variable_storage.h.

◆ deleted

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

Variables before the checkpoint that have been deleted.

Definition at line 60 of file variable_storage.h.

◆ updates

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

Variables before the checkpoint that have been modified and not deleted.

Definition at line 62 of file variable_storage.h.


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