Skip to content

ControlTreeMixin: Avoid allocating free variables for emtpy branches

Tjerk Vreeken requested to merge fix-ensemble-tree-empty-allocation into master

Although allocating decision variables that are free is not wrong, it is wasteful and may sometimes even lead to solver warnings.

Closes #1084 (closed)

Merge request reports