Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21b10a2cf9fee32

Jump to content

FortMP

From Wikipedia, the free encyclopedia
FortMP
DeveloperOptiRisk Systems
Stable release
3.2
PlatformCross-platform
TypeOperations Research Tool, Numerical Software
LicenseProprietary
WebsiteFortMP home page

FortMP is a software package for solving large-scale optimization problems. It solves linear programming problems, quadratic programming problems and mixed integer programming problems (both linear and quadratic). Its robustness has been explored and published in the Mathematical Programming journal.[1] FortMP is available as a standalone executable that accepts input in MPS format and as a library with interfaces in C and Fortran. It is also supported in the AMPL modeling system.

The main algorithms implemented in FortMP are the primal and dual simplex algorithms using sparse matrices. These are supplemented for large problems and quadratic programming problems by interior point methods. Mixed integer programming problems are solved using branch and bound algorithm.

References

[edit]
  1. Neumaier, Arnold; Oleg Shcherbina (March 2004). "Safe bounds in linear and mixed-integer linear programming". Mathematical Programming. 99 (2): 283–296. CiteSeerX 10.1.1.373.508. doi:10.1007/s10107-003-0433-3. ISSN 0025-5610.
[edit]