Interface MC26#231
Conversation
|
GALAHAD has its own, more flexible, version of an mc26-type method. So yes, I have thought about this! I can do a subset mc26 when I get time, but it isn't high priority. |
|
Thanks @nimgould !!! I checked and it seems that you also have your own version of MC19, MC29, MC30, MC77 in the package SCALE. We don't want to reimplement everything with François for our GPU solver of LP / QP problems. |
|
Hold on a moment ... we do not currently have a C (and thus Julia) interface to bsc, only to its control and inform types. I can write one, |
@nimgould
Do you think it will be a lot of work to add a generic version of
MC26inhsl_subset?We work with
Int64by default in Julia and it will be great to have a generic version forInt32/Int64.I am wondering why you are not using it in GALAHAD, is it quite useful for forming the normal equations A'A in LP solvers.
I suppose that you only rely on the augmented system.
cc @frapac