flodel
flodel
When calling `solve` with `ignore_dcp = TRUE` , the DCP check is still run. I can spot where this is happening in https://github.com/cvxgrp/CVXR/blob/master/R/problem.R, near line 473: ``` if(!is_dcp(object)) { if(ignore_dcp)...
Hello, I am working on an optimization problem with a complex formulation and although the problem is easy to solve (
Hello, I am hoping that in a future release you can reduce the length of the filepaths/filenames that are generated for storing the response data. Currently, you are including the...
Hi, When I run multiple tests on a file, a lot of time is wasted running the same things for each test. find_region is the main culprit. I'd like to...
This may be related to halpo's issue #5. `system.time`, `within`, `local` are some of R's function where using assignments inside the arguments are perfectly ok, e.g: # GOOD system.time(a