Dantzig.SolvedConstraint (Danztig v0.2.0)

View Source

A constraint that has been solved for the value of one of the variables

Summary

Types

t()

@type t() :: %Dantzig.SolvedConstraint{
  expression: term(),
  metadata: term(),
  name: term(),
  operator: term(),
  variable: term()
}