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

ScenarioDbManager - remove support for enable_scenario_seq=False #57

Closed victorterpstra closed 6 months ago

victorterpstra commented 1 year ago

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

victorterpstra commented 6 months ago

Has been tested extensively in v0.5.5/v0.5.6. Will be the default setting from v.0.5.7