OR-Tools  9.6
LinearConstraintStorage Member List

This is the complete list of members for LinearConstraintStorage, including all inherited members.

Add(double lower_bound, double upper_bound, absl::string_view name)LinearConstraintStorage
AdvanceCheckpointInDiff(VariableId variable_checkpoint, Diff &diff) constLinearConstraintStorage
contains(LinearConstraintId id) constLinearConstraintStorageinline
Delete(LinearConstraintId id, const iterator_range< DiffIter > &diffs)LinearConstraintStorage
DeleteVariable(VariableId variable, const iterator_range< DiffIter > &diffs)LinearConstraintStorage
diff_is_empty(const Diff &diff) constLinearConstraintStorageinline
ensure_next_id_at_least(LinearConstraintId minimum)LinearConstraintStorageinline
LinearConstraints() constLinearConstraintStorage
lower_bound(LinearConstraintId id) constLinearConstraintStorageinline
matrix() constLinearConstraintStorageinline
name(LinearConstraintId id) constLinearConstraintStorageinline
next_id() constLinearConstraintStorageinline
Proto() constLinearConstraintStorage
set_lower_bound(LinearConstraintId id, double lower_bound, const iterator_range< DiffIter > &diffs)LinearConstraintStorage
set_term(LinearConstraintId constraint, VariableId variable, double value, const iterator_range< DiffIter > &diffs)LinearConstraintStorage
set_upper_bound(LinearConstraintId id, double upper_bound, const iterator_range< DiffIter > &diffs)LinearConstraintStorage
size() constLinearConstraintStorageinline
SortedLinearConstraints() constLinearConstraintStorage
Update(const Diff &diff, const absl::flat_hash_set< VariableId > &deleted_variables, const std::vector< VariableId > &new_variables) constLinearConstraintStorage
upper_bound(LinearConstraintId id) constLinearConstraintStorageinline