![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
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.
#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. | |
| 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.
| 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.
| 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.