Commits on Source (4)
-
Pedro L. Magalhães authored
Limitations to the number of incoming and outgoing directed arcs are now equivalent. Revised the way to declare network objects.
-
Pedro L. Magalhães authored
Separated network restrictions from the main model module. Tests work. Started to work on converters and prices but did not test.
-
Pedro L. Magalhães authored
-
Pedro L. Magalhães authored
Showing
- src/topupopt/problems/esipp/blocks/converters.py 1007 additions, 0 deletionssrc/topupopt/problems/esipp/blocks/converters.py
- src/topupopt/problems/esipp/blocks/networks.py 746 additions, 0 deletionssrc/topupopt/problems/esipp/blocks/networks.py
- src/topupopt/problems/esipp/blocks/prices.py 699 additions, 0 deletionssrc/topupopt/problems/esipp/blocks/prices.py
- src/topupopt/problems/esipp/model.py 9 additions, 738 deletionssrc/topupopt/problems/esipp/model.py
- src/topupopt/problems/esipp/network.py 49 additions, 6 deletionssrc/topupopt/problems/esipp/network.py
- src/topupopt/problems/esipp/problem.py 30 additions, 16 deletionssrc/topupopt/problems/esipp/problem.py
- src/topupopt/problems/esipp/resource.py 7 additions, 25 deletionssrc/topupopt/problems/esipp/resource.py
- src/topupopt/problems/esipp/utils.py 2 additions, 2 deletionssrc/topupopt/problems/esipp/utils.py
- tests/test_esipp_network.py 5 additions, 15 deletionstests/test_esipp_network.py
- tests/test_esipp_prices.py 1121 additions, 0 deletionstests/test_esipp_prices.py
- tests/test_esipp_problem.py 35 additions, 560 deletionstests/test_esipp_problem.py
- tests/test_esipp_resource.py 38 additions, 38 deletionstests/test_esipp_resource.py
This diff is collapsed.
src/topupopt/problems/esipp/blocks/prices.py
0 → 100644
This diff is collapsed.
This diff is collapsed.
tests/test_esipp_prices.py
0 → 100644
This diff is collapsed.
This diff is collapsed.