Solver Platform SDK - Faster Solution of Mixed-Integer ProblemsFaster Solution of Mixed-Integer ProblemsThe Solver Platform SDK excels at solving integer linear programming problems, with 0-1 or binary integer variables, general integer variables, and integer variables in "alldifferent" groups. It employs powerful Cut Generation methods, for faster solution of LP/MIP problems, in an overall Branch and Cut framework. It uses Strong Branching to guide the choice of the next subproblem to explore, and the next integer variable to branch upon. It automatically generates a wide range of cuts -- new constraints that 'cut off' portions of the feasible region of LP subproblems without eliminating any possible integer solutions. Among others, Probing Cuts determine the values of some binary integer variables based on the settings of others, and Lift and Cover Cuts, Clique Cuts, and new Flow Cover and Mixed Integer Rounding cuts are often effective in speeding up the Branch and Bound search. And it uses a Rounding Heuristic and a Local Search Heuristic to find new integer solutions "close to" existing solutions. These strategies often drastically speed up the solution of integer problems, often by factors of 1000 or more over the standard Excel Solver. Speeding the Solution of MIP ProblemsYou have complete control over the strategies used by the SDK to speed the solution of mixed-integer problems. You simply set the appropriate "parameter" properties of the LP/Quadratic Solver engine. For example, to ask the SDK to generate "lift and cover cuts" (a powerful strategy for many problems), you would write:
If you're programming in a procedural language such as C, you can accomplish the same thing with:
You can also control how much time is spent generating these and other cuts, at the root or deeper in the Branch and Bound tree. As another example, to activate the "strong branching" strategy, you would simply write:
Controlling Solution Time on Integer ProblemsThe Solver Platform SDK provides several ways to control the solution time of problems with integer constraints. You can limit the number of subproblems explored and/or the number of integer solutions found, as well as the maximum time in seconds. Simply set the appropriate "parameter" property:
As another example, if you have the objective value of a known integer solution for a problem from a previous Solver run, you can enter it as an integer cutoff value, which the Solver can use to speed up the solution process on new runs, by eliminating branches whose objective must be worse than the "cutoff" value. Just set the appropriate property:
|
Platform Capabilities What's New in Version 9.0 Language/OS Support Monte Carlo Simulation Plug-in Solver Engines
Risk Solver Platform is an integrated superset of Premium Solver Platform and Risk Solver with best-of-breed simulation, best-of-breed optimization, and new stochastic programming and robust optimization capabilities you can't get anywhere else. Premium Solver Platform, our premier tool for conventional optimization, uses new PSI Technology to automatically analyze and transform your Excel model. It solves every type and size of problem, using built-in and plug-in Solver Engines. Premium Solver, our basic upgrade for the Excel Solver, solves up to 10X larger problems at much higher speed, and solves new kinds of problems with our Evolutionary Solver.
Risk Solver Platform is an integrated superset of Premium Solver Platform and Risk Solver with best-of-breed simulation, best-of-breed optimization, and new stochastic programming and robust optimization capabilities you can't get anywhere else. Risk Solver Premium integrates all the features of Premium Solver and Risk Solver, with far superior optimization and higher performance, easier to use simulation, for about the same price as competitive products for Monte Carlo simulation. Risk Solver is the easiest and fastest tool available for risk analysis of your Excel models, using Monte Carlo simulation. Evaluate thousands of scenarios in seconds, and see instantly updated charts and statistics, each time you ask "what if". Software Developer Tools: Solver Platform SDK makes it easy to solve any type or size of optimization problem in your Visual Basic, VB.NET, C/C++, C#, Java, or MATLAB program. And it's easy to deploy your application with our flexible licensing for software vendors and corporate developers. |


