Description Usage Arguments Value
Solve the contention model.
1 2 | contention_model(W_fix, S_fix, params, M, M_prime, solver = "gurobi",
solver_params = list(TimeLimit = 600, OutputFlag = 0))
|
W_fix |
Work matrix. |
S_fix |
Start matrix. |
params |
model params. |
M |
high value for the content_yes_no constraint. |
M_prime |
penalty. |
solver |
solver name. Options: 'gurobi', 'lpSolve' or 'Rsymphony'. |
solver_params |
list of gurobi options. Defaults to list(TimeLimit=600, OutputFlag = 0). |
optimal values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.