Merge branch 'google/main' into feature/xpress_only_RTE

This commit is contained in:
Andrea Sgattoni
2023-11-07 18:34:43 +01:00
5 changed files with 126 additions and 103 deletions

View File

@@ -615,7 +615,7 @@ class BoundedLinearExpression(_BoundedLinearExpr):
def _add_enforced_linear_constraint(
self,
helper: mbh.ModelBuilderHelper,
var: "Variable",
var: Variable,
value: bool,
name: Optional[str],
) -> "EnforcedLinearConstraint":