If no weight is declared in a multinode_objectve, it transforms it into a constraint (l.493 de multinode_penaty).
This was historically OK, but this behavior is not expected by the user anymore, it should be changed.
if mnc.weight:
mnc.base = ObjectiveFunction.MayerFunction
If no weight is declared in a multinode_objectve, it transforms it into a constraint (l.493 de multinode_penaty).
This was historically OK, but this behavior is not expected by the user anymore, it should be changed.