This function solves a geometric program.
gp(F0, g0, FList = list(), gList = list(), nno = NULL,
A = NULL, b = NULL, optctrl = ctrl())
An object of S4-class Rcpp_CPS
.
Matrix in the objective function.
Matrix in the objective function (affine terms).
List of matrices in posinomial functions.
List of matrices in posinomial functions (affine terms).
Object created by a call to nnoc()
.
Lefthand-side matrix of equality constraints.
Lefthand-side matrix of equality constraints.
Object of reference class ‘Rcpp_CTRL’, created
by a call to ctrl()
.
Solves a geometric program casted in its epigraph form.
Boyd, S., Kim, S.-J., Vandenberghe, L. and A. Hassibi (2007), A tutorial on geometric programming, Optim Eng, Educational Section, 8:67--127, Springer.