Learn R Programming

sybil (version 1.1.2)

backupProb-methods: Copies a Problem Object to a New Problem Object

Description

Copies a problem object into a new problem object.

Usage

## S3 method for class 'optObj_clpAPI':
backupProb(lp)

## S3 method for class 'optObj_cplexAPI': backupProb(lp)

## S3 method for class 'optObj_glpkAPI': backupProb(lp)

## S3 method for class 'optObj_lpSolveAPI': backupProb(lp)

Arguments

lp
An object extending class optObj.

Value

  • An object of the same class as given in argument lp (extending class optObj).

encoding

utf8

See Also

Superclass optObj and constructor function optObj.