shared

package module
v0.0.0-...-8266848 Latest Latest
Warning

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

Go to latest
Published: May 6, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Node

type Node interface {
	Branch() []Node
	Cost() int
	IsSolution() bool
}

func Solve

func Solve(ctx context.Context, filepath string, instance Node) (Node, error)

type Solver

type Solver func(context.Context, Node) (Node, error)

Jump to

Keyboard shortcuts

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