Closed dirkdegel closed 4 years ago
I changed the api recently. You currently need to add a name to each variable.
x_1 <- model_rmpk_MIP$add_variable("x1", type = "continuous", lb = 0, ub = 100)
Thanks for the quick reply. Please let me know if there are things where a newbie can help.
Appreciate the offer. I will try to get to a point where it will be easier to contribute and will post issues. I am currently testing different implementations of solver interfaces.
In general any feedback, opinions or tests are always welcome
Hi Dirk,
I'm just looking into the package. I tried a the example from the read me page and the following minimal example:
In both cases I get the error massage:
Do you have any idea what's going wrong. I'm trying to get my head around how everything works with the optimizing packages like ompr, ROI, and the solvers itself.
Cheers Dirk