Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is_dcp has difference results on difference system (Mac, Linux and Windows) #77

Open
weizhoujp opened this issue Aug 10, 2020 · 0 comments

Comments

@weizhoujp
Copy link

Describe the bug
I ran a quadratic optimization by CVXR on Linux , Mac and Windows:

It's fine when i run code on windows and is_dcp(prob) returns true.

However, when I run the code on Linux and Mac. Some errors occured:

Error in construct_intermediate_chain(object, candidate_solvers, gp = gp) :
Problem does not follow DCP rules. However, the problem does follow DGP rules. Consider calling this function with gp = TRUE
Calls: byCVXR ... construct_intermediate_chain -> construct_intermediate_chain
Execution halted

To Reproduce
please load the R file and Rdata on https://uwmadison.box.com/s/eodz9ll2mrhqgq18do77dir6dekdx8xu.
(byCVXR.R cheak.RData)
and run : result <- byCVXR(summary.stat.study.F.sw,lambda_1 = len_lambda1[1] ,lambda_2 = len_lambda2[1],method='MetaMic')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant