rnc_solver | R Documentation |
The solver is based on the same approach as rmwcs solver. Modifications to the original scheme are introduced to tackle problems arising with introduction of edge weights and signals. It is recommended to use rmwcs solver to solve MWCS problems, while due to differences in primal heuristic it may be a good pratice to run both solvers on the same problem.
rnc_solver(
max_iterations = 1000L,
beta_iterations = 50L,
heur_iterations = 10L,
sep_iterations = 10L,
verbose = FALSE
)
max_iterations |
Maximum number of iterations |
beta_iterations |
Number of nonimproving iterations until beta is halved |
heur_iterations |
Frequency of calling heuristic method (in iterations) |
sep_iterations |
Frequency of separating cuts (in iterations) |
verbose |
Should the solving progress and stats be printed? |
An object of class mwcs_solver
rmwcs_solver
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.