David Bernal
David Bernal
I'm adding this issue by recommendation from @Wikunia. It would be nice if Juniper could have an option to generate [trace files](http://www.gamsworld.org/performance/trace.htm) after solving a problem.
**Current Problem** When writing some papers related to usage of D-Wave Ocean, I would like to add a reference to the software. Unfortunately there is none. Other software stacks to...
**Description** As detailed in the title and MWE example, this code is failing. **Steps To Reproduce** This is a MWE ``` import dimod import numpy as np N = 10...
Moved from TRAC as part of COIN fORgery: https://projects.coin-or.org/Clp/ticket/81 Dear all, currently I try to test the Cbc solver as an replacement of mine old (commercial) MIP solver. A set...
Moved from TRAC as part of COIN fORgery: https://projects.coin-or.org/Clp/ticket/77  OSICLP trunk version fails to update the solver status on some cases. Please compile and run the attached solve.cpp with...
Moved from TRAC as part of COIN fORgery: https://projects.coin-or.org/Clp/ticket/79 https://projects.coin-or.org/Clp/attachment/ticket/79/clpfail.lp Dear Clp maintainers, I am using Clp v1.16.1 through the Julia wrapper for doing SDDP (https://github.com/blegat/StochasticDualDynamicProgramming.jl). For that algorithm, when...
Moved from TRAC as part of COIN fORgery: https://projects.coin-or.org/Clp/ticket/83  It seems CLP cannot solve the following problem correctly. the result I get violates the ctr_2 constraint. version: 1.16.10 OS:...
Moved from TRAC as part of COIN fORgery: https://projects.coin-or.org/Clp/ticket/80  Dear Clp maintainers, When trying to solve the following problem ``` Maximize x1 Subject To x1 >= 1 Bounds x1...
Moved from TRAC as part of COIN fORgery: https://projects.coin-or.org/Clp/ticket/78  Hello, I repeatedly get program crashes caused by OsiClpSolverInterface::unmarkHotStart(). The issue occurs "randomly" after many hours or days of calculation....
[TRAC] *** glibc detected *** ./cpp_example: munmap_chunk(): invalid pointer: 0x00007f42c949f010 ***
Moved from TRAC as part of COIN fORgery:  I downloaded the open source package ipopt and then modify simple example to fit with my problem. And errors happens. *...