loadQobj-methods: Load Quadratic Part of the Objective Function to the...

loadQobj-methodsR Documentation

Load Quadratic Part of the Objective Function to the Optimization Problem

Description

load quadratic part of the objective function to the optimization problem.

Usage

## S4 method for signature 'optObj_cplexAPI,Matrix'
loadQobj(lp, mat)
## S4 method for signature 'optObj_cplexAPI,numeric'
loadQobj(lp, mat)

Arguments

lp

An object extending class optObj.

mat

An object of class Matrix or a numeric vector containing the quadratic objective Matrix Q.

Methods

signature(lp = "optObj_cplexAPI", mat = "Matrix")

method to use with package optObj_cplexAPI and if mat is of class Matrix.

signature(lp = "optObj_cplexAPI", mat = "numeric")

method to use with package optObj_cplexAPI and if mat is a numeric vector.

Author(s)

Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>

Maintainer: Mayo Roettger <mayo.roettger@hhu.de>

See Also

Superclass optObj and constructor function optObj.


SysBioChalmers/sybil documentation built on Aug. 24, 2023, 1:08 p.m.