Description Usage Arguments Value Author(s) Examples
linprog
provides a simple interface to ROI using the optimization
model specification of MatLab(R)
minimize in x: f'*x subject to: A*x <= b subject to: Aeq*x == beq x >= lb x <= ub
1 2 |
f |
Linear term (vector) of the objective function |
A |
Inequality constraints (left-hand side) |
b |
Inequality constraints (right-hand side) |
Aeq |
Equality constraints (left-hand side) |
beq |
Equality constraints (right-hand side) |
lb |
Lower bound |
ub |
Upper bound |
x0 |
Initial solution |
options |
Additional optimization parameters |
The solution vector in x
as well as the objective value
in fval
.
Ronald Hochreiter, ron@hochreiter.net
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.