package
0.32.3
Repository: https://github.com/nextmv-io/sdk.git
Documentation: pkg.go.dev

# Packages

package main holds the implementation of the cloud-routing template.
package main holds the implementation of the cluster template.
package main holds the implementation of the routing template.
package main holds the implementation of the cloud-routing template.
package main holds the implementation of the knapsack template.
package main holds the implementation of the measure generation.
package main holds the implementation of the mip incentive allocation template.
package main holds the implementation of the mip-knapsack template.
package main holds the implementation of the mip-meal-allocation template.
package main holds the implementation of the new-app template.
package main holds the implementation of the pager-duty template.
package main holds the implementation of the routing template.
package main holds the implementation of the cloud-routing template.
package main holds the implementation of the nextroute template.
package main holds the implementation of the routing template.
Package sudoku holds the implementation of the sudoku template.
package main holds the implementation of the routing template.
package main holds the implementation of the routing template.

# Variables

CloudDeliveryAdvancedInput contains advanced delivery input for the cloud-routing template.go:embed cloud-routing/data/delivery-advanced.json.
CloudDeliveryBaseInput contains base delivery input for the cloud-routing template.go:embed cloud-routing/data/delivery-base.json.
CloudDeliveryRouteLimitInput contains delivery route limit input for the cloud-routing template.go:embed cloud-routing/data/delivery-route-limit.json.
CloudDeliveryTinyInput contains tiny delivery input for the cloud-routing template.go:embed cloud-routing/data/delivery-tiny.json.
CloudDistributionAdvancedInput contains advanced distribution input for the cloud-routing template.go:embed cloud-routing/data/distribution-advanced.json.
CloudDistributionBaseInput contains base distribution input for the cloud-routing template.go:embed cloud-routing/data/distribution-base.json.
CloudDistributionRouteLimitInput contains distribution route limit input for the cloud-routing template.go:embed cloud-routing/data/distribution-route-limit.json.
CloudDistributionTinyInput contains distribution tiny input for the cloud-routing template.go:embed cloud-routing/data/distribution-tiny.json.
CloudFleetBaseInput contains fleet base input for the cloud-routing template.go:embed cloud-routing/data/fleet-base.json.
CloudFleetPDInput contains fleet with precedence input for the cloud-routing template.go:embed cloud-routing/data/fleet-pd.json.
CloudFleetPDTWInput contains fleet with precedence and time windows input for the cloud-routing template.go:embed cloud-routing/data/fleet-pdtw.json.
CloudFleetTinyInput contains tiny fleet input for the cloud-routing template.go:embed cloud-routing/data/fleet-tiny.json.
CloudRoutingHelper is the helper.go file in the cloud-routing template.go:embed cloud-routing/helper.go.
CloudRoutingMain is the main.go file in the cloud-routing template.go:embed cloud-routing/main.go.
CloudRoutingReadme is the README.md file in the cloud-routing template.go:embed cloud-routing/README.md.
CloudRoutingSchema is the schema.go file in the cloud-routing template.go:embed cloud-routing/schema.go.
CloudRoutingSolver is the solver.go file in the cloud-routing template.go:embed cloud-routing/solver.go.
CloudSourcingBaseInput contains base sourcing input for the cloud-routing template.go:embed cloud-routing/data/sourcing-base.json.
CloudSourcingRouteLimitInput contains route limit sourcing input for the cloud-routing template.go:embed cloud-routing/data/sourcing-route-limit.json.
CloudSourcingTinyInput contains tiny sourcing input for the cloud-routing template.go:embed cloud-routing/data/sourcing-tiny.json.
ClusterInput is the input.json file in the cluster template.go:embed cluster/input.json.
ClusterMain is the main.go file in the cluster template.go:embed cluster/main.go.
ClusterReadme is the README.md file in the cluster template.go:embed cluster/README.md.
ClusterTspInput contains input for the cluster-tsp template.go:embed cluster-tsp/input.json.
ClusterTspMain is the main.go file in the cluster-tsp template.go:embed cluster-tsp/main.go.
ClusterTspReadme is the README.md file in the cluster-tsp template.go:embed cluster-tsp/README.md.
DemoRouting is the main.go file in the demo-routing template.go:embed demo-routing/main.go.
DemoRoutingEncoder is the encoder.go file in the demo-routing template.go:embed demo-routing/encoder.go.
DemoRoutingHelper is the helper.go file in the demo-routing template.go:embed demo-routing/helper.go.
DemoRoutingInput1 is the input.json file in the demo-routing template.go:embed demo-routing/data/denv_l.json.
DemoRoutingInput2 is the input.json file in the demo-routing template.go:embed demo-routing/data/denv_m.json.
DemoRoutingInput3 is the input.json file in the demo-routing template.go:embed demo-routing/data/denv_s.json.
DemoRoutingPart1 is the part1.sh file in the demo-routing template.go:embed demo-routing/part1.sh.
DemoRoutingPart2 is the part2.sh file in the demo-routing template.go:embed demo-routing/part2.sh.
DemoRoutingPart3 is the part3.sh file in the demo-routing template.go:embed demo-routing/part3.sh.
DemoRoutingReadme is the README.md file in the demo-routing template.go:embed demo-routing/README.md.
DemoRoutingSchema is the schema.go file in the demo-Routing template.go:embed demo-routing/schema.go.
KnapsackInput is the input.json file in the knapsack template.go:embed knapsack/input.json.
KnapsackMain is the main.go file in the knapsack template.go:embed knapsack/main.go.
KnapsackReadme is the README.md file in the knapsack template.go:embed knapsack/README.md.
MeasureMatrixMain is the main.go file in the measure-matrix template.go:embed measure-matrix/main.go.
MeasureMatrixReadme is the README.md file in the measure-matrix template.go:embed measure-matrix/README.md.
MipIncentiveAllocationInput is the input.json file in the mip-incentive-allocation template.go:embed mip-incentive-allocation/input.json.
MipIncentiveAllocationMain is the main.go file in the mip-incentive-allocation template.go:embed mip-incentive-allocation/main.go.
MipIncentiveAllocationReadme is the README.md file in the mip-incentive-allocation template.go:embed mip-incentive-allocation/README.md.
MipKnapsackInput is the input.json file in the knapsack-mip template.go:embed mip-knapsack/input.json.
MipKnapsackMain is the main.go file in the knapsack-mip template.go:embed mip-knapsack/main.go.
MipKnapsackReadme is the README.md file in the knapsack-mip template.go:embed mip-knapsack/README.md.
MipMealAllocationInput is the input.json file in the mip-meal-allocation template.go:embed mip-meal-allocation/input.json.
MipMealAllocationMain is the main.go file in the mip-meal-allocation template.go:embed mip-meal-allocation/main.go.
MipMealAllocationReadme is the README.md file in the mip-meal-allocation template.go:embed mip-meal-allocation/README.md.
NewAppInput is the input.json file in the new-app template.go:embed new-app/input.json.
NewAppMain is the main.go file in the new-app template.go:embed new-app/main.go.
NewAppReadme is the README.md file in the new-app template.go:embed new-app/README.md.
PagerDutyInput is the input.json file in the pager-duty template.go:embed pager-duty/input.json.
PagerDutyMain is the main.go file in the pager-duty template.go:embed pager-duty/main.go.
PagerDutyReadme is the README.md file in the pager-duty template.go:embed pager-duty/README.md.
RoutingInforms is the main.go file in the routing-informs template.go:embed routing-informs/main.go.
RoutingInformsEncoder is the encoder.go file in the routing-informs template.go:embed routing-informs/encoder.go.
RoutingInformsHelper is the helper.go file in the routing-informs template.go:embed routing-informs/helper.go.
RoutingInformsInput1 is the input.json file in the routing-informs template.go:embed routing-informs/data/denv_l.json.
RoutingInformsInput2 is the input.json file in the routing-informs template.go:embed routing-informs/data/denv_m.json.
RoutingInformsInput3 is the input.json file in the routing-informs template.go:embed routing-informs/data/denv_s.json.
RoutingInformsPart1 is the part1.sh file in the routing-informs template.go:embed routing-informs/part1.sh.
RoutingInformsPart2 is the part2.sh file in the routing-informs template.go:embed routing-informs/part2.sh.
RoutingInformsPart3 is the part3.sh file in the routing-informs template.go:embed routing-informs/part3.sh.
RoutingInformsReadme is the README.md file in the routing-informs template.go:embed routing-informs/README.md.
RoutingInformsSchema is the schema.go file in the routing-informs template.go:embed routing-informs/schema.go.
RoutingInput is the input.json file in the routing template.go:embed routing/input.json.
RoutingLegacyHelper is file with helper functions in the routing-legacy template.go:embed routing-legacy/helper.go.
RoutingLegacyInput is the input.json file in the routing-legacy template.go:embed routing-legacy/input.json.
RoutingLegacyMain is the main.go file in the routing-legacy template.go:embed routing-legacy/main.go.
RoutingLegacyManifest is the app.yaml file in the routing-legacy template.go:embed routing-legacy/app.yaml.
RoutingLegacyOutput is the output.go file in the routing-legacy template.go:embed routing-legacy/output.go.
RoutingLegacyReadme is the README.md file in the routing-legacy template.go:embed routing-legacy/README.md.
RoutingMain is the main.go file in the routing template.go:embed routing/main.go.
RoutingMatrixInput is the input.json file in the routing-matrix template.go:embed routing-matrix-input/input.json.
RoutingMatrixMain is the main.go file in the routing-matrix template.go:embed routing-matrix-input/main.go.
RoutingMatrixReadme is the README.md file in the routing-matrix template.go:embed routing-matrix-input/README.md.
RoutingReadme is the README.md file in the routing template.go:embed routing/README.md.
SudokuInput is the input.json file in the sudoku template.go:embed sudoku/input.json.
SudokuMain is the main.go file in the sudoku template.go:embed sudoku/main.go.
SudokuReadme is the README.md file in the sudoku template.go:embed sudoku/README.md.
TimeDependentInput is the input.json file in the routing time-dependent template.go:embed time-dependent-measure/input.json.
TimeDependentMain is the main.go file in the routing time-dependent template.go:embed time-dependent-measure/main.go.
TimeDependentReadme is the README.md file in the routing time-dependent template.go:embed time-dependent-measure/README.md.
UniqueMatrixInput is the input.json file in the routing unique-matrix template.go:embed unique-matrix-measure/input.json.
UniqueMatrixMain is the main.go file in the routing unique-matrix template.go:embed unique-matrix-measure/main.go.
UniqueMatrixReadme is the README.md file in the routing unique-matrix template.go:embed unique-matrix-measure/README.md.