Alinson S. Xavier
3d36caa507
Circular: Implement driving distances
6 months ago
Alinson S. Xavier
ada89b7878
Debug model; improve reports
2 years ago
Alinson S. Xavier
319e5f1ed3
Implement basic reports; fix boat example
2 years ago
Alinson S. Xavier
06642c631f
Conclude model implementation
2 years ago
Alinson S. Xavier
d41ff30326
Model: Objective function and plant constraints
2 years ago
Alinson S. Xavier
0da66b571a
Start implementation of circular model
2 years ago
Alinson S. Xavier
4947ad1a8a
Finish implementing parser
2 years ago
Alinson S. Xavier
76b085e105
Parser: Allow scalars in timeseries fields
2 years ago
Alinson S. Xavier
74759bd602
Start implementation of circular model
2 years ago
Alinson S. Xavier
c86dda12cd
Make marginal costs optional in write_reports
2 years ago
Alinson S. Xavier
f3a2d1d616
Fix bug in _compress when plants have fixed size
...
Capacity was being incorrectly multiplied by T twice. This
happened because there were two references to the same struct
in the plant sizes array. This fix replaces the second reference
by an actual copy of the struct.
2 years ago
Alinson S. Xavier
029a47a64b
compress: Update disposal/acquisition limits/costs
2 years ago
Alinson S. Xavier
7d4a763910
Fix issue with collection disposal; increase precision in CSV reports
3 years ago
Alinson S. Xavier
be37934b87
Web: Do not use heuristics
3 years ago
Alinson S. Xavier
3c354ec3e4
Add `write_reports` function
3 years ago
Alinson S. Xavier
f5a92358d7
Formulation: If plant is closed, storage cannot be used
3 years ago
Alinson S. Xavier
69f205be77
Formulation: Prevent plants from sending products to themselves
3 years ago
Alinson S. Xavier
256b863c34
Implement initial plant capacity
3 years ago
Alinson S. Xavier
e4ed05fb98
Update JSON schema
3 years ago
Alinson S. Xavier
40506c13eb
Format source code
3 years ago
Alinson S. Xavier
78128bd79b
Allow user to specify product acquisition costs
3 years ago
Alinson S. Xavier
7bce105428
Fix formatting
3 years ago
Alinson S. Xavier
1aa01b7b2b
Merge branch 'master' into relog-web
3 years ago
Alinson S. Xavier
e86ae0f818
Add RELOG.version()
3 years ago
Alinson S. Xavier
a8e4491ea3
Merge branch 'master' into feature/collection-disposal
3 years ago
Alinson S. Xavier
50d53f628f
Reformat source code
3 years ago
Alinson S. Xavier
79748e3c13
Dist: Drop NaN in training dataset
3 years ago
Alinson S. Xavier
51ff8eb130
Restrict NearestNeighbors version; remove debug statement
3 years ago
Alinson S. Xavier
841fbf16fb
Make distance metric configurable; fix building period bug
3 years ago
Alinson S. Xavier
48bd3c403f
Switch from Euclidean to approximate driving distance
3 years ago
Alinson S. Xavier
86dee7558b
Replace Cbc/Clp by HiGHS
3 years ago
Alinson S. Xavier
d84b74a8a7
relog-web: Make time limit configurable
3 years ago
Alinson S. Xavier
bae39a4ff4
Merge tag 'v0.5.2' into feature/gui
...
[Diff since v0.5.1](https://github.com/ANL-CEEESA/RELOG/compare/v0.5.1...v0.5.2 )
3 years ago
Alinson S. Xavier
19a34fb5d2
Update dependencies; switch to Documenter.jl
3 years ago
Alinson S. Xavier
8bf2baf809
Enable marginal costs
3 years ago
Alinson S. Xavier
84cf4ddcd9
Casebuilder: Add MapBlock; fix zip paths
3 years ago
Alinson S. Xavier
ee767b9ebd
Create solver page; add Dockerfile
3 years ago
Alinson S. Xavier
a03b9169fd
Allow product disposal at collection centers
4 years ago
Alinson S. Xavier
ee58af73f0
Update sysimage and build scripts
4 years ago
Alinson S. Xavier
9ebb2e49f9
Fix validation error on JSONSchema 0.3
4 years ago
Alinson S. Xavier
881957d6b5
Implement resolve
4 years ago
Alinson S. Xavier
86cf7f5bd9
Throw exception for infeasible models
4 years ago
Alinson S. Xavier
a8c7047e2d
Add custom show function for Instance and Graph
...
Without these functions, Julia 1.5 enters an infinite loop whenever it
tries to generate a stack trace, so any error (such as a missing method)
causes the program to hang, instead of an error message to appear.
4 years ago
Alinson S. Xavier
099e0fae3a
Docs: Minor fixes to what-if analsis section
4 years ago
Alinson S. Xavier
1b8f392852
Docs: Add description of resolve
4 years ago
Alinson S. Xavier
40d28c727a
Add products report
4 years ago
Alinson S. Xavier
a9ac164833
Fix GeoDB download
4 years ago
Alinson S. Xavier
7180651cfa
Reformat source code
4 years ago
Alinson S. Xavier
0c9465411f
Document GeoDB; remove unused code; minor fixes
4 years ago
Alinson S. Xavier
658d5ddbdc
Add population to region; disable zip codes
4 years ago