Meta.Problem.Solution (TP I v0.1.0) View Source

Definition of an arbitrary problem solution.

The variables is useful for knowing exactly the parameters used to generate the value.

Link to this section Summary

Link to this section Types

Specs

t() :: %Meta.Problem.Solution{
  value: float(),
  variables: [Meta.Problem.Variable.t()]
}