Several changes made to improve usability and computational performance. The main new features are as follows:
- Support for a new MILP formulation, that solves influence diagrams faster. (See documentation for details)
- Many data types changed to OrderedDicts to make it easier to access specific nodes or states
DecisionProgramming v2.0.0
Merged pull requests:
- CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#47) (@github-actions[bot])
- Prgramming -> Programming (#48) (@blegat)
- Variable bounds instead of affine constraint (#49) (@blegat)
- Ordereddicts and changes to decision variable naming (#53) (@esahon)
- RJT new (#55) (@esahon)
- CompatHelper: add new compat entry for DataStructures at version 0.18, (keep existing compat) (#56) (@github-actions[bot])
- Documentation update (#57) (@solliolli)
- Minor fixes before release (#58) (@solliolli)
- CompatHelper: add new compat entry for OrderedCollections at version 1, (keep existing compat) (#59) (@github-actions[bot])
- Update syntax for figures (#60) (@solliolli)
- Prep release of v. 2.0.0 (#61) (@toubinaattori)
Closed issues:
- Wrong names in setindex-functions (#50)