Gurobi / gurobi-optimods

Data-driven APIs for common optimization tasks
https://gurobi-optimods.readthedocs.io
Apache License 2.0
151 stars 31 forks source link

Stress that all Nups should be stateless w.r.t. gurobipy data structures #25

Closed rluce closed 1 year ago

rluce commented 2 years ago

The simplicity of a pure data I/O interface like a function, or a class/method call implies that no Env, Model state can be made persistent across multiple invokations. Applications that require such state, say, for dynamic processes, are not in the scope of the NupStup, and should target gurobipy instead. This should be mentioned in the contributing guideline.

simonbowly commented 1 year ago

Note added, and existing mods converted