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
ScenarioDbManager - remove support for enable_scenario_seq=False #57
The ScenarioDbManager originally had used the scenarioName as one of the primary keys in each table.
Since version 0.5.4.5b3 it supports a more elegant/efficient scenarioSeq, controlled by the flag enable_scenario_seq in the init().
The ScenarioDbManager originally had used the scenarioName as one of the primary keys in each table. Since version 0.5.4.5b3 it supports a more elegant/efficient scenarioSeq, controlled by the flag
enable_scenario_seq
in the init().Test the scenarioSeq feature