Learn R Programming

⚠️There's a newer version (1.3.5) of this package.Take me there.

Rmosek (version 1.2.2)

The R-to-MOSEK Optimization Interface

Description

Rmosek is an interface to the MOSEK Optimization Software designed to solve large-scale mathematical optimization problems. MOSEK provides specialized solvers for linear programming, mixed integer programming and many types of nonlinear convex optimization problems. Trial and free academic licenses available at http://www.mosek.com.

Copy Link

Version

Install

install.packages('Rmosek')

Monthly Downloads

860

Version

1.2.2

License

LGPL (>= 2.1)

Maintainer

Henrik Alsing Friberg

Last Published

March 15th, 2012

Functions in Rmosek (1.2.2)

mosek_write

Write problem to a model file
mosek_version

Version of the MOSEK Optimization Library
mosek_read

Read problem from a model file
mosek_clean

Release an acquired MOSEK license
mosek_qptoprob

Construct problem from a quadratic program
mosek

Solve an optimization problem
mosek_lptoprob

Construct problem from a linear program