Learn R Programming

sybil (version 1.1.2)

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

Description

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

Usage

## S3 method for class 'optObj_cplexAPI':
loadQobj(lp, mat)

Arguments

lp
An object extending class optObj.
mat
An object of class Matrix containing the quadratic objective Matrix $Q$.

encoding

utf8

See Also

Superclass optObj and constructor function optObj.