rickyars
rickyars
Hmmm, I guess I was too quick to reply. When you said leaflet I thought you meant the javascript library and not the R package. I tested out iconRotate and...
Following. I'm very interested in this change as markdown is GPL-2.
Yes. We can't mix code that uses GPL-2 and GPL-3 if we plan to redistribute our work open source. Right now I have some Shiny apps that use `knitr` and...
Yes, thank you!
I would love something like this.
Do you have any idea of what is the main bottleneck? I'm building relatively small models, just a couple hundred decision variables, and sometimes the build (`MIPModel`) can take 30...
I think I'm getting the same error when using `sum_expr` in `add_constraint` with the new back-end. I'll try to make reproducible example. In the meantime, here's the error message: ```...
@CleKraus did you ever figure out how to use a matrix in the constraint? I'm having a hard time figuring out how to get this working on either the left-hand...
If you save the MIP and MILP models and extract the constraint matrices using `extract_constraints`, you'll see that there's a problem: ``` > mipc$matrix 5 x 25 sparse Matrix of...
@dirkschumacher yes, this is using the example shared by @CleKraus above. I'm trying to wrap my head around this colwise/vectorized change for MILP and I just can't get anything to...