Archivev1.0.3

Support for Pyomo and unique matrix measure

November 29, 2023

The release of Nextmv Platform v1.0.3 introduces support for Pyomo (with the following solvers bundled in Cloud: CBC and GLPK). Please visit the MIP supported solvers page for more information.

We also introduced the unique matrix measure which allows users to pass in distance and duration matrices for unique locations.

Upgrading

Nextmv CLI v1.0.3 upgrade guide

This upgrade guide assumes you’ve previously installed and configured the Nextmv CLI.

Open up your terminal and run the following command:

nextmv update
Copy

Alternatively, you can specify the version.

nextmv update v1.0.3
Copy

Nextmv SDK v1.0.3 upgrade guide

To update and tidy your Go project and reference SDK v1.0.3, stand at the location of the go.mod and run:

go get github.com/nextmv-io/sdk@v1.0.3
go mod tidy
Copy

Page last updated

Go to on-page nav menu