Pablo R. Mier

Results 17 issues of Pablo R. Mier

Algorithms like Dijkstra, A\* etc share lots of lines in common. Create abstract classes to extend basic behaviour and reuse same data structures and components.

enhancement

Both codes are mostly similar. Use the DFS (or extend the DFS algorithm) to be used in IDA*

enhancement

solveCobraMILP contains code to remove 'clone1.log' file ([see code]( https://github.com/opencobra/cobratoolbox/blob/2ed83d14eb0e7877856c34ae10f192013b8cdffe/src/base/solvers/solveCobraMILP.m#L316)). Disabling clone logs should be done by passing extra parameters through varargin (concretely, passing an option structure where output.clonelog =...

**Describe the bug** The example in https://www.cvxpy.org/examples/applications/sparse_covariance_est.html cannot be run on CVXPY 1.3.2 with CVXOPT. I've also replaced the ad-hoc method to compute the trace of the matrix with the...