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$.