Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 9 of 9 found.
[1] < 1 > [1]  Sort:

setCoeff (Package: lpmodeler) : Set the coefficient of a variable in a contraint of a LP or MIP given their indexes

setCoef sets the coefficient of a variable in a contraint of a linear program (LP) or mixed integer program (MIP) given its numeric indexes in the problem matrix.
● Data Source: CranContrib
● Keywords:
● Alias: setCoeff
● 0 images

lpmodeler-package (Package: lpmodeler) :

lpmodeler is a set of user-friendly functions to simplify the modelling of linear programs (LP) and mixed integer programs (MIP). It provides a unified interface compatible with optimization packages: Rsymphony.
● Data Source: CranContrib
● Keywords: package
● Alias: lpmodeler
● 0 images

addVariable (Package: lpmodeler) : Add a new variable to a LP or MIP

addVariable creates a new variable (continuous, integer or binary) and adds it to a linear program (LP) or mixed integer program (MIP) represented by an object of class lpmodeler.
● Data Source: CranContrib
● Keywords:
● Alias: addVariable
● 0 images

checkDims (Package: lpmodeler) : Check the consistency of the dimensions of a LP or MIP

checkDims checks the consistency of the dimensions of the matrices and vectors of a linear program (LP) or a mixed integer program (MIP) reprensented by an object of class lpmodeler.
● Data Source: CranContrib
● Keywords:
● Alias: checkDims
● 0 images

print.lpmodeler (Package: lpmodeler) : Print a LP or MIP problem

Prints general information about a linear program (LP) or mixed integer program (MIP) represented by an object of class lpmodeler.
● Data Source: CranContrib
● Keywords:
● Alias: print.lpmodeler
● 0 images

addConstraint (Package: lpmodeler) : Add a new constraint to a LP or MIP

addConstraint creates a new constraint (<, >, <=, >=, ==) and adds it to a linear program (LP) or mixed integer program (MIP) represented by an object of class lpmodeler.
● Data Source: CranContrib
● Keywords:
● Alias: addConstraint
● 0 images

mipSolve (Package: lpmodeler) : Solve a LP or a MIP

Solve a linear program (LP) or a mixed integer program (MIP). Find the values of the objective function and the associated variables using the specified solver.
● Data Source: CranContrib
● Keywords:
● Alias: mipSolve
● 0 images

setPoint (Package: lpmodeler) : Set the coefficient of a variable in a contraint of a LP or MIP given their names

setPoint sets the coefficient of a variable in a contraint of a linear program (LP) or mixed integer program (MIP) given their names.
● Data Source: CranContrib
● Keywords:
● Alias: setPoint
● 0 images

newProblem (Package: lpmodeler) : Create a new LP or MIP

newProblem creates a new and empty linear program (LP) or mixed integer program (MIP).
● Data Source: CranContrib
● Keywords:
● Alias: newProblem
● 0 images