Halil Sen
Halil Sen
I realised fixing the tests is not as straight forward as I thought at the beginning. The complication comes from the fact that one can use `list` as many times...
> Hi @senhalil! So... It sounds that just recalculating the middle line every time like you did in the beginning is a better option after all? Hi @deivid-rodriguez In my...
> I'm still worried that this might confuse some users into thinking this is a bug and we might get reports about it. Is there any way we can clarify...
Not immediately related to this bug; however, while I have you here, I couldn't find a way to set limits to the parameters via `cxxopts`. Is there a way to...
Any news on this feature? Currently we are handling this issue with a check along the lines of `params.to_a - declared(params).to_a` in dev/test but it is too crude. I checked...
Thanks for your reply @stevenshiau ! I have 0 experience with clonezilla source code but with guidance, I think I might be able to help (I am basing my logic...
@gverger thanks a lot for the quick response and even quicker dev, I will try this afternoon.
@gverger hello again, I am not sure what went wrong but on my Mac, cbs-wrapper cannot find the cbc library. I guess something is changed since this [comment](https://github.com/gverger/ruby-cbc/issues/22#issuecomment-673757655) and `brew...
I managed to get my setup working (sorry! my previous message didn't make that clear). I just read my infeasible model; however, I am getting the following error even though...
It turns out `OBJSENSE` is a solver dependent construct and Gurobi implements it as a single line [ref](https://www.gurobi.com/documentation/9.5/refman/mps_format.html), Cplex does two lines [ref](http://plato.asu.edu/cplex_mps.pdf) (at least it used to do it...