templates

package
v1.0.1-dev.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package templates contains variables holding embedded template files.

Index

Constants

This section is empty.

Variables

View Source
var (
	// MipMain is the main.go file in the mip template.
	//go:embed mip/main.go
	MipMain string
	// MipInput is the input.json file in the mip template.
	//go:embed mip/input.json
	MipInput string
	// MipReadme is the README.md file in the mip template.
	//go:embed mip/README.md
	MipReadme string
	// MipManifest is the app.yaml file in the mip template.
	//go:embed mip/app.yaml
	MipManifest string

	// NextrouteMain is the main.go file in the nextroute template.
	//go:embed nextroute/main.go
	NextrouteMain string
	// NextrouteInput is the input.json file in the nextroute template.
	//go:embed nextroute/input.json
	NextrouteInput string
	// NextrouteReadme is the README.md file in the nextroute template.
	//go:embed nextroute/README.md
	NextrouteReadme string
	// NextrouteManifest is the app.yaml file in the nextroute template.
	//go:embed nextroute/app.yaml
	NextrouteManifest string

	// OrtoolsManifest is the app manifest file in the ortools template.
	//go:embed ortools/app.yaml
	OrtoolsManifest string
	// OrtoolsMain is the main.py file in the ortools template.
	//go:embed ortools/main.py
	OrtoolsMain string
	// OrtoolsInput is the input.json file in the ortools template.
	//go:embed ortools/input.json
	OrtoolsInput string
	// OrtoolsReadme is the README.md file in the ortools template.
	//go:embed ortools/README.md
	OrtoolsReadme string
	// OrtoolsRequirements is the requirements.txt file in the ortools template.
	//go:embed ortools/requirements.txt
	OrtoolsRequirements string

	// ShiftSchedulingMain is the main.go file in the
	// shift-scheduling template.
	//go:embed shift-scheduling/main.go
	ShiftSchedulingMain string
	// ShiftSchedulingSchema is the schema.go file in the
	// shift-scheduling template.
	//go:embed shift-scheduling/schema.go
	ShiftSchedulingSchema string
	// ShiftSchedulingInput is the input.json file in the
	// shift-scheduling template.
	//go:embed shift-scheduling/input.json
	ShiftSchedulingInput string
	// ShiftSchedulingReadme is the README.md file in the
	// shift-scheduling template.
	//go:embed shift-scheduling/README.md
	ShiftSchedulingReadme string
	// ShiftSchedulingManifest is the app.yaml file in the
	// shift-scheduling template.
	//go:embed shift-scheduling/app.yaml
	ShiftSchedulingManifest string

	// XpressManifest is the app manifest file in the xpress template.
	//go:embed xpress/app.yaml
	XpressManifest string
	// XpressMain is the main.py file in the xpress template.
	//go:embed xpress/main.py
	XpressMain string
	// XpressInput is the input.json file in the xpress template.
	//go:embed xpress/input.json
	XpressInput string
	// XpressReadme is the README.md file in the xpress template.
	//go:embed xpress/README.md
	XpressReadme string
	// XpressRequirements is the requirements.txt file in the xpress template.
	//go:embed xpress/requirements.txt
	XpressRequirements string
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
Package legacy contains variables holding embedded legacy template files.
Package legacy contains variables holding embedded legacy template files.
cloud-routing
package main holds the implementation of the cloud-routing template.
package main holds the implementation of the cloud-routing template.
cluster
package main holds the implementation of the cluster template.
package main holds the implementation of the cluster template.
cluster-tsp
package main holds the implementation of the routing template.
package main holds the implementation of the routing template.
demo-routing
package main holds the implementation of the cloud-routing template.
package main holds the implementation of the cloud-routing template.
knapsack
package main holds the implementation of the knapsack template.
package main holds the implementation of the knapsack template.
measure-matrix
package main holds the implementation of the measure generation.
package main holds the implementation of the measure generation.
mip-incentive-allocation
package main holds the implementation of the mip incentive allocation template.
package main holds the implementation of the mip incentive allocation template.
mip-knapsack
package main holds the implementation of the mip-knapsack template.
package main holds the implementation of the mip-knapsack template.
mip-meal-allocation
package main holds the implementation of the mip-meal-allocation template.
package main holds the implementation of the mip-meal-allocation template.
new-app
package main holds the implementation of the new-app template.
package main holds the implementation of the new-app template.
pager-duty
package main holds the implementation of the pager-duty template.
package main holds the implementation of the pager-duty template.
routing
package main holds the implementation of the routing template.
package main holds the implementation of the routing template.
routing-informs
package main holds the implementation of the cloud-routing template.
package main holds the implementation of the cloud-routing template.
routing-legacy
package main holds the implementation of the nextroute template.
package main holds the implementation of the nextroute template.
routing-matrix-input
package main holds the implementation of the routing template.
package main holds the implementation of the routing template.
sudoku
Package sudoku holds the implementation of the sudoku template.
Package sudoku holds the implementation of the sudoku template.
time-dependent-measure
package main holds the implementation of the routing template.
package main holds the implementation of the routing template.
unique-matrix-measure
package main holds the implementation of the routing template.
package main holds the implementation of the routing template.
package main holds the implementation of the mip-knapsack template.
package main holds the implementation of the mip-knapsack template.
package main holds the implementation of the nextroute template.
package main holds the implementation of the nextroute template.
package main holds the implementation of the shift scheduling template.
package main holds the implementation of the shift scheduling template.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL