Current section
Files
Jump to
Current section
Files
lib/dantzig/variable.ex
defmodule Dantzig.ProblemVariable do
@moduledoc false
defstruct name: nil,
min: nil,
max: nil,
type: :real
@type variable_name :: binary()
end