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.
Click to show internal directories.
Click to hide internal directories.