stable
and develop
.cmd/<model>
directory has everything needed to run the model (for example, a dispatch
application). The main entry to run and debug the model is found in the cmd/<model>/main.go
file. The example input.json
is located in the data
sub-directory. You can use this file as a guide to help you set up your own input files.schema.go
and solver.go
.schema.go
loads the relevant data from a given input file.solver.go
uses the data to solve the optimization problem.solver.go
is also where you would make any changes to extend the model with more options from a relevant engine, such as the router engine, or make use of another measure.version.go
states the current app version you are using. This will also be part of your output file by default when generating solutions and allows us to help you quicker if you have questions.