In Generated Math Programs one can adjust (Set) or retrieve (Get) e.g. coefficients, right hand sides etc. For the “Set’ part, we have a number of Multi functions that allows you to adjust more than 1 row, column, coefficient in 1-go. We are wondering whether similar functionality for Get would be valuable and what your use case is. Can you let us know by voting and commenting below?
We are specifically thinking about the following functions that are currently element based (you might think of others as well):
- GMP::Coefficient::Get
- GMP::Row::GetRightHandSide
- GMP::Column::GetLowerBound
- GMP::Column::GetUpperBound
The multi routines will use indices in the sets of column numbers and row numbers as arguments (these sets can be obtained by using GMP::Instance::GetColumnNumbers and GMP::Instance::GetRowNumbers). The data will be stored in a parameter using the same indices.
See also: