rte-france / sirius-solver

Apache License 2.0
5 stars 4 forks source link

[SRS] Do not use fixed variables, even if LB==UB #15

Closed flomnes closed 1 year ago

flomnes commented 1 year ago

Fixed variables make some problems infeasible in some cases. It is better not to use them.

Instead, variables will be bounded on both sides with LB==UB.