Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 731 Bytes

File metadata and controls

25 lines (18 loc) · 731 Bytes

Nextmv Go HiGHS Shift Scheduling

Example for running a Go application on the Nextmv Platform using the HiGHS solver. We solve an shift scheduling problem.

  1. 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.

Next steps

  • Open main.go and modify the model.
  • Visit our docs and blog. Need more assistance? Contact us!