Commit Graph

12 Commits

Author SHA1 Message Date
69f205be77 Formulation: Prevent plants from sending products to themselves 2023-03-08 09:42:53 -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
841fbf16fb Make distance metric configurable; fix building period bug 2022-12-15 10:26:10 -06:00
48bd3c403f Switch from Euclidean to approximate driving distance 2022-12-15 09:49:38 -06:00
19a34fb5d2 Update dependencies; switch to Documenter.jl 2022-08-26 13:04:47 -05:00
a03b9169fd Allow product disposal at collection centers 2021-10-15 09:11:41 -05:00
881957d6b5 Implement resolve 2021-07-21 14:53:49 -05:00
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.
2021-07-21 14:11:01 -05:00
630ae49d4a Replace Array by Vector 2021-06-22 10:53:40 -05:00
9df416ed75 Split files 2021-06-22 10:50:11 -05:00