Skip to contents

All functions

bind_cons()
Bind constraints
bind_vars()
Concatenate variables and numbers.
lp_alias() lp_implicit_variable() lp_impvar()
Define an Alias or Implicit Variable (IMPVAR)
lp_constraint() lp_con() lp_subject_to()
Add constraints to an lp_problem()
lp_delete_constraint()
Delete constraints
lp_minimize() lp_maximize() lp_min() lp_max()
Set an objective function
lp_problem()
Create a Linear Problem
lp_solve() lp_find_feasible()
Solve a Linear Problem
lp_variable() lp_var()
Define a variable for an lp_problem()
make_model()
Make an Optimization Problem
parameter()
Set Dimensions and Names for Parameters
pretty_solution()
Prettify the Solution of a Model.
solution_summary() constraint_summary() bound_summary() compute_objective() compute_aliases()
Compute a Summary of a Solution or Point
solve_model()
Solve a Model
sum_over()
Index Based Summation