MCPcopy Create free account
hub / github.com/andeya/algorithm / cp_problem

Function cp_problem

cvx/cp.go:681–727  ·  view source on GitHub ↗

Here problem is already translated to epigraph format except original convex problem. We wrap it and create special CP epigraph kktsolver.

(F ConvexProg, c MatrixVariable, G MatrixVarG, h *matrix.FloatMatrix, A MatrixVarA,
	b MatrixVariable, dims *sets.DimensionSet, kktsolver KKTCpSolver,
	solopts *SolverOptions, x0 *matrix.FloatMatrix, mnl int)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

CpFunction · 0.85
CpCustomKKTFunction · 0.85
CpCustomMatrixFunction · 0.85

Calls 15

cpl_solverFunction · 0.85
SumSquaredMethod · 0.80
mMethod · 0.80
tMethod · 0.80
setMethod · 0.80
CopyMethod · 0.65
SetMethod · 0.65
F1Method · 0.65
MatrixMethod · 0.65
SumMethod · 0.45
AtMethod · 0.45
FloatArrayMethod · 0.45

Tested by

no test coverage detected