Commit Graph

215 Commits

Author SHA1 Message Date
db7f1c8af5 Simplify title 2025-03-28 12:06:16 -05:00
f940489693 Add README.md 2025-03-28 12:04:16 -05:00
40947190ad Update docs 2025-03-28 11:39:16 -05:00
f82a1d121d Make boat example easier to run; add output 2023-12-08 10:06:21 -06:00
6dae3a825f Convert boat example to Julia 2023-12-08 10:01:53 -06:00
ada89b7878 Debug model; improve reports 2023-12-06 16:16:13 -06:00
319e5f1ed3 Implement basic reports; fix boat example 2023-12-06 14:39:28 -06:00
06642c631f Conclude model implementation 2023-12-06 13:06:42 -06:00
d41ff30326 Model: Objective function and plant constraints 2023-12-06 11:50:03 -06:00
0da66b571a Start implementation of circular model 2023-12-06 09:27:37 -06:00
4947ad1a8a Finish implementing parser 2023-11-30 12:05:32 -06:00
76b085e105 Parser: Allow scalars in timeseries fields 2023-11-30 11:06:31 -06:00
6055eafcd6 Add larger example 2023-11-30 10:49:22 -06:00
74759bd602 Start implementation of circular model 2023-11-28 10:26:07 -06:00
84bd25b04d Fix: Remove disposal when deleting product 2023-07-07 10:22:57 -05:00
c86dda12cd Make marginal costs optional in write_reports 2023-07-07 10:20:25 -05:00
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.
2023-07-07 10:05:31 -05:00
029a47a64b compress: Update disposal/acquisition limits/costs 2023-05-16 15:29:08 -05:00
de27a6202d Bump version to 0.7.2 v0.7.2 2023-03-10 16:27:32 -06:00
7d4a763910 Fix issue with collection disposal; increase precision in CSV reports 2023-03-10 14:20:21 -06:00
8432c49050 Add .zenodo.json v0.7.1 2023-03-08 10:17:18 -06:00
2d860326fe Bump version to 0.7.1 2023-03-08 10:01:45 -06:00
be37934b87 Web: Do not use heuristics 2023-03-08 09:44:44 -06:00
3c354ec3e4 Add write_reports function 2023-03-08 09:44:27 -06:00
f5a92358d7 Formulation: If plant is closed, storage cannot be used 2023-03-08 09:44:08 -06:00
69f205be77 Formulation: Prevent plants from sending products to themselves 2023-03-08 09:42:53 -06:00
3b3ecbde27 Web: Fix parsing of disposal limit 2023-03-08 09:42:02 -06:00
b3a6632d7e Fix badge v0.7.0 2023-02-23 11:20:12 -06:00
44008c349d Bump package version 2023-02-23 11:19:07 -06:00
9c5e652d82 Update CHANGELOG 2023-02-23 11:09:45 -06:00
716291ee0f Add initial capacities to web UI 2023-02-23 10:51:07 -06:00
256b863c34 Implement initial plant capacity 2023-02-23 10:34:34 -06:00
1f3a3c9317 web: Add driving metric, fix missing defaults 2023-02-22 15:41:39 -06:00
e4ed05fb98 Update JSON schema 2023-02-22 15:00:42 -06:00
b1d49e1313 Export/import in-memory data format 2023-02-22 14:48:34 -06:00
7c7ab47bb6 CSV vars: Modify export function, disable validation 2023-02-22 11:25:13 -06:00
a821efdce9 Extract constants from CSV 2023-02-22 10:22:43 -06:00
c89747e8d4 Parse and evaluate expressions 2023-02-22 10:08:29 -06:00
40506c13eb Format source code 2023-02-16 11:27:27 -06:00
78128bd79b Allow user to specify product acquisition costs 2023-02-16 11:25:05 -06:00
2f0228e9ca Merge branch 'relog-web' 2023-02-15 14:31:03 -06:00
811730b8ab Replace Cbc/Clp by HiGHS 2023-02-15 14:24:18 -06:00
7bce105428 Fix formatting 2023-02-15 13:47:00 -06:00
1aa01b7b2b Merge branch 'master' into relog-web 2023-02-15 13:27:47 -06:00
e86ae0f818 Add RELOG.version() 2023-02-15 13:22:47 -06:00
22d73c9ded Move tests to a separate package; update GitHub CI and docs 2023-02-15 12:32:29 -06:00
a8e4491ea3 Merge branch 'master' into feature/collection-disposal 2023-02-15 11:01:10 -06:00
50d53f628f Reformat source code 2023-01-24 10:31:40 -06:00
79748e3c13 Dist: Drop NaN in training dataset 2023-01-24 10:27:41 -06:00
d1f6796c96 Update CHANGELOG.md 2022-12-16 15:33:16 -06:00