13.07.2015 Views

1 Introduction 2 How to Run a Model with OSL

1 Introduction 2 How to Run a Model with OSL

1 Introduction 2 How to Run a Model with OSL

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>OSL</strong> 11Option Description Defaultstrategy MIP strategy for deciding branching.None1: Perform probing only on satisfied 0-1 variables. This is the default settingin <strong>OSL</strong>. When a 0-1 variable is satisfied, <strong>OSL</strong> will do probing <strong>to</strong> determinewhat other variables can be fixed as a result. If this bit is not set, <strong>OSL</strong> willperform probing on all 0-1 variables. If they are still fractional, <strong>OSL</strong> willtry setting them both ways and use probing <strong>to</strong> build an implication list foreach direction.2: Use solution strategies that assume a valid integer solution has been found.<strong>OSL</strong> uses different strategies when looking for the first integer solution thanwhen looking for a better one. If you already have a solution from a previousrun and have set a cu<strong>to</strong>ff value, this option will cause <strong>OSL</strong> <strong>to</strong> operate asthough it already has an integer solution. This is beneficial for restartingand should reduce the time necessary <strong>to</strong> reach the optimal integer solution.4: Take the branch opposite the maximum pseudo-cost. Normally <strong>OSL</strong> willbranch on the node whose smaller pseudo-cost is highest. This has theeffect of choosing a node where both branches cause significant degradationin the objective function, probably allowing the tree <strong>to</strong> be pruned earlier.With this option, <strong>OSL</strong> will branch on the node whose larger pseudo-cost ishighest. The branch taken will be in the opposite direction of this cost. Thishas the effect of forcing the most nearly integer values <strong>to</strong> integers earlier andmay be useful when any integer solution is desired, even if not optimal. Herethe tree could potentially grow much larger, but if the search is successfuland any integer solution is adequate, then most of it will never have <strong>to</strong> beexplored.8: Compute new pseudo-costs as variables are branched on. Pseudo-costs arenormally left as is during the solution process. Setting this option will cause<strong>OSL</strong> <strong>to</strong> make new estimates, using heuristics, as each branch is selected.16:Compute new pseudo-costs for unsatisfied variables. Pseudo-costs are normallyleft as is during the solution process. Setting this option will cause<strong>OSL</strong> <strong>to</strong> make new estimates, using heuristics, for any unsatisfied variables’pseudo-costs in both directions. This is done only the first time the variableis found <strong>to</strong> be unsatisfied. In some cases, variables will be fixed <strong>to</strong> a boundby this process, leading <strong>to</strong> better performance in the branch and boundroutine. This work is equivalent <strong>to</strong> making two branches for every variableinvestigated.32:Compute pseudo-costs for satisfied variables as well as unsatisfied variables.Here, if 16 is also on, <strong>OSL</strong> will compute new estimated pseudo-costs for theunsatisfied as well as the unsatisfied ones. Again, this is very expensive, butcan improve performance on some problems.strategy can be a combination of the above options by adding up the valuesfor the individual options. 48 for instance will select 16 and 32.Target Target value for the objective. 5% worsethan therelaxedsolutionthreshold Supernode processing threshold. Range [0.0, maxreal] 0<strong>to</strong>lpinf Primal infeasibility <strong>to</strong>lerance. Row and column levels less than this values 1e-8outside their bounds are still considered feasible. Range: [1e-12,1e-1].<strong>to</strong>ldinf Dual infeasibility <strong>to</strong>lerance. Functions as optimality <strong>to</strong>lerance for primal simplex.1e-7Range: [1e-12,1e-1].<strong>to</strong>lint Integer <strong>to</strong>lerance Range - [1.0e-12, 1.0e-1] 1.0e-6workspace Memory allocation. Overrides the memory estimation and the workspace modelsuffix. Workspace is defined in Megabytes.None

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!