Danztig
v0.1.0
Pages
Modules
Search documentation of Danztig
Settings
View Source
Dantzig.Problem
(Danztig v0.1.0)
Summary
Functions
add_constraint(problem, constraint)
decrement_objective(problem, polynomial)
increment_objective(problem, polynomial)
maximize(problem, polynomial)
minimize(problem, polynomial)
new(opts)
new_unmangled_variable(problem, name, opts \\ [])
new_variable(problem, suffix, opts \\ [])
new_variables(problem, prefixes, opts \\ [])
with_implicit_problem(problem_variable, list)
Functions
Link to this function
add_constraint(problem, constraint)
View Source
Link to this function
decrement_objective(problem, polynomial)
View Source
Link to this function
increment_objective(problem, polynomial)
View Source
Link to this function
maximize(problem, polynomial)
View Source
Link to this function
minimize(problem, polynomial)
View Source
Link to this function
new(opts)
View Source
Link to this function
new_unmangled_variable(problem, name, opts \\ [])
View Source
Link to this function
new_variable(problem, suffix, opts \\ [])
View Source
Link to this function
new_variables(problem, prefixes, opts \\ [])
View Source
Link to this macro
with_implicit_problem(problem_variable, list)
View Source
(macro)