A decision variable. Created by the model, carries its own id.
Summary
Types
@type bound() :: number() | :infinity | :neg_infinity
@type t() :: %Optex.Var{ id: non_neg_integer(), lb: bound(), name: term(), type: :cont | :int | :bin, ub: bound() }
A decision variable. Created by the model, carries its own id.
@type bound() :: number() | :infinity | :neg_infinity
@type t() :: %Optex.Var{ id: non_neg_integer(), lb: bound(), name: term(), type: :cont | :int | :bin, ub: bound() }