ndinsmore

Results 20 comments of ndinsmore

If this is done I would advocate it should be in a slightly more descriptive manner. Such that there is also something for SparseMatrixCSC and potentially per JuliaLang/julia#31329 SparseMatrixCSR. An...

@Sacha0 for matrices I think that we should also make sure that the methods are representative of the stored structures. So `rowvals` I think makes sense but `nzrange` is a...

It seems to me that Julia has been trying to move towards semantic correctness. While it is semantically correct to ask for the `rowvals(vec::SparseColumnView)` , it is **not** correct to...

@Sacha0 I couldn't agree with this more: > (More concretely, the data structure underlying CSC is fundamentally the same as that for CSR. So one can construct a type for...

The solution I can up with is to use a Create which creates a prototype encapsulation function based on the object variable name, then calls the class constructor passing that...

Would there be any benefit to adding a few basic solver traits as part of this? I am thinking of something that signifies columnwise(Clp) vs rowwise(gurobi) data structures. I haven't...

I actually find the LQOI interface much easier to read. If there was a way with helper functions or macros to make MOI more friendly that would be awesome and...

@joaquimg do you have a sense of which operations are slow right now and on which solver? Because if you apply #95, #101, https://github.com/JuliaOpt/Clp.jl/pull/57, most of the profiling I have...

I think that there is still a conversation to be had that was started with @StefanKarpinski as to IUTF-8 is the right name for this string specification. I would like...

@jakobnissen & @stevengj you guys seems to do a lot of work in the in broader string ecosystems. Do you have any benchmarks that you could run with this to...