![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 51 of file linear_constraint_storage.h.
#include <linear_constraint_storage.h>
Public Member Functions | |
| Diff (const LinearConstraintStorage &storage, VariableId variable_checkpoint) | |
Public Attributes | |
| LinearConstraintId | checkpoint {0} |
| VariableId | variable_checkpoint {0} |
| absl::flat_hash_set< LinearConstraintId > | deleted |
| absl::flat_hash_set< LinearConstraintId > | lower_bounds |
| absl::flat_hash_set< LinearConstraintId > | upper_bounds |
| absl::flat_hash_set< std::pair< LinearConstraintId, VariableId > > | matrix_keys |
| operations_research::math_opt::LinearConstraintStorage::Diff::Diff | ( | const LinearConstraintStorage & | storage, |
| VariableId | variable_checkpoint ) |
Definition at line 110 of file linear_constraint_storage.cc.
| LinearConstraintId operations_research::math_opt::LinearConstraintStorage::Diff::checkpoint {0} |
Definition at line 56 of file linear_constraint_storage.h.
| absl::flat_hash_set<LinearConstraintId> operations_research::math_opt::LinearConstraintStorage::Diff::deleted |
Definition at line 58 of file linear_constraint_storage.h.
| absl::flat_hash_set<LinearConstraintId> operations_research::math_opt::LinearConstraintStorage::Diff::lower_bounds |
Definition at line 59 of file linear_constraint_storage.h.
| absl::flat_hash_set<std::pair<LinearConstraintId, VariableId> > operations_research::math_opt::LinearConstraintStorage::Diff::matrix_keys |
Definition at line 65 of file linear_constraint_storage.h.
| absl::flat_hash_set<LinearConstraintId> operations_research::math_opt::LinearConstraintStorage::Diff::upper_bounds |
Definition at line 60 of file linear_constraint_storage.h.
| VariableId operations_research::math_opt::LinearConstraintStorage::Diff::variable_checkpoint {0} |
Definition at line 57 of file linear_constraint_storage.h.