control {ROI.plugin.lpsolve} | R Documentation |
Control Variables
Description
The control variables are all optional, but can in some cases be used to improve the solving time and the solutions.
Arguments
basis |
an optional named list used to set the initial basis of the
|
branch.mode |
an optional list used to set the branch and bound mode,
e.g.,
|
branch.weights |
an optional numeric vector giving the weights for the decision variables.
The length of the |
verbose |
a character string (for more information see lp.control). |
anti.degen |
a character vector (for more information see |
basis.crash |
a character string (for more information see |
bb.depthlimit |
a integer giving the maximum branch-and-bound depth (for more information see |
bb.floorfirst |
a character string (for more information see |
bb.rule |
a character vector giving the branch-and-bound rule (for more information see |
break.at.first |
a logical controlling whether the branch-and-bound algorithm should be
stopped at the first solution or the branch-and-bound algorithm continuous
until an optimal solution is found
(for more information see |
break.at.value |
a numeric, if given the branch-and-bound algorithm stops
when the objective function becomes smaller than the specified value.
(for more information see |
epslevel |
a character string giving the type of thresholds
(for more information see |
epsb |
a numeric giving the tolerance for the right-hand-side
(for more information see |
epsd |
a numeric
(for more information see |
epsel |
a numeric
(for more information see |
epsint |
a numeric
(for more information see |
epsperturb |
a numeric
(for more information see |
epspivot |
a numeric
(for more information see |
improve |
a character vector
(for more information see |
infinite |
a numeric
(for more information see |
maxpivot |
a integer
(for more information see |
mip.gap |
a numeric vector
(for more information see |
negrange |
a numeric
(for more information see |
obj.in.bas |
a logical
(for more information see |
pivoting |
a character vector
(for more information see |
presolve |
a character vector
(for more information see |
scalelimit |
a numeric
(for more information see |
scaling |
a character vector
(for more information see |
simplextype |
a character vector which an take one of the following values
|
timeout |
a integer giving the number of seconds till a timeout occurs
(for more information see |