Skip to content

Commit 7069322

Browse files
committed
update cvxr
1 parent e3e119f commit 7069322

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vignettes/CVXImpl.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ library(CVXR)
33
Theta <- Variable(p, p)
44
J <- matrix(1/p, p, p)
55
objective <- sum(diag(Theta %*% (K + J))) - log_det(Theta + J)
6+
constraints <- list()
67
problem <- Minimize()

0 commit comments

Comments
 (0)