Learn R Programming

Rcplex (version 0.3-8)

R Interface to CPLEX

Description

R interface to CPLEX solvers for linear, quadratic, and (linear and quadratic) mixed integer programs. Support for quadratically constrained programming is available. See the file "INSTALL" for details on how to install the Rcplex package in Linux/Unix-like and Windows systems. Support for sparse matrices is provided by an S3-style class "simple_triplet_matrix" from package slam and by objects from the Matrix package class hierarchy.

Copy Link

Version

Install

install.packages('Rcplex')

Monthly Downloads

295

Version

0.3-8

License

LGPL (>= 2.0)

Maintainer

Stefan Theussl

Last Published

April 20th, 2025

Functions in Rcplex (0.3-8)

Rcplex.close

Release CPLEX license
Rcplex_solve_QCP

Solve quadratically constrained optimization problem with CPLEX
Rcplex

Solve optimization problem with CPLEX