Example for running a Go application on the Nextmv Platform using the HiGHS solver. We solve an shift scheduling problem.
-
Run the app.
go run . -runner.input.path input.json \ -runner.output.path output.json -solve.duration 10s
To push your app to the Nextmv platform via nextmv app push ...
, you will
need to have zig installed and available on your $PATH
.