alns

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package alns exports some types for backwards compatibility.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProgressionEntry

type ProgressionEntry struct {
	ElapsedSeconds float64 `json:"elapsed_seconds"`
	Value          float64 `json:"value"`
	Iterations     int     `json:"iterations"`
}

ProgressionEntry is a single entry in the progression of the solver.

type Progressioner

type Progressioner interface {
	// Progression returns the progression of the solver.
	Progression() []ProgressionEntry
}

Progressioner is an interface that can be implemented by a solver to indicate that is can return the progression of the solver.

Jump to

Keyboard shortcuts

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