![]() |
OR-Tools
9.6
|
Definition at line 41 of file math_opt/cpp/linear_constraint.h.
Public Types | |
| using | IdType = LinearConstraintId |
Public Member Functions | |
| LinearConstraint (const ModelStorage *storage, LinearConstraintId id) | |
| int64_t | id () const |
| LinearConstraintId | typed_id () const |
| const ModelStorage * | storage () const |
| double | lower_bound () const |
| double | upper_bound () const |
| absl::string_view | name () const |
| bool | is_coefficient_nonzero (Variable variable) const |
| double | coefficient (Variable variable) const |
| BoundedLinearExpression | AsBoundedLinearExpression () const |
| std::string | ToString () const |
| using IdType = LinearConstraintId |
Definition at line 44 of file math_opt/cpp/linear_constraint.h.
|
inline |
Definition at line 177 of file math_opt/cpp/linear_constraint.h.
|
inline |
Definition at line 130 of file math_opt/cpp/linear_constraint.h.
|
inline |
Definition at line 124 of file math_opt/cpp/linear_constraint.h.
|
inline |
Definition at line 96 of file math_opt/cpp/linear_constraint.h.
|
inline |
Definition at line 117 of file math_opt/cpp/linear_constraint.h.
|
inline |
Definition at line 102 of file math_opt/cpp/linear_constraint.h.
|
inline |
Definition at line 110 of file math_opt/cpp/linear_constraint.h.
|
inline |
Definition at line 100 of file math_opt/cpp/linear_constraint.h.
|
inline |
Definition at line 142 of file math_opt/cpp/linear_constraint.h.
|
inline |
Definition at line 98 of file math_opt/cpp/linear_constraint.h.
|
inline |
Definition at line 106 of file math_opt/cpp/linear_constraint.h.