IBM / dse-decision-optimization-utilities

A Python package with various utilities that speed-up development of Decision Optimization projects in Watson Studio. Implements common tasks and provides best-practice guidelines to architect DO projects.
Apache License 2.0
4 stars 7 forks source link

Core01DataManager/Core01OptimizationEngine - Use Model(ignore_names=True) with parameter 'enableLPNames' #61

Open victorterpstra opened 1 year ago

victorterpstra commented 1 year ago

Core01DataManager/Core01OptimizationEngine - Use Model(ignore_names=True) with parameter 'enableLPNames'

Use the Model(ignore_names) setting to control generation of lp names. Easier than including this in every place where a name is generated.

See also: https://notebook.community/IBMDecisionOptimization/docplex-examples/examples/mp/jupyter/efficient