forked from Mat-dp/mat-dp-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
todo.txt
28 lines (19 loc) · 811 Bytes
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Implement load and dump methods for:
Resources
Processes
data_utils.load_processes
Constraints
Add CSV loader wrapper for the load and dump methods
Add native uncertainty to processes (decompose to lower and upper bound)
Redo constraint type helpers:
Ratio to allow a ratio between arbitrarily many underlying processes
Will require a bit of a refactor of the constraints interface
Equal and less than for individual processes/resources
Resource flow
Genericise use of List (to Sequence, MutableSequence, or other Container ABC as required)
Fix returned equation if problem too constrained
Test constrained solution solver
Report better errors for constrained solution solver
Fix bugs:
unconstrained valueerror (ask Mark how to replicate)
Add mypy to pre-commit