|
MPSolve 3.2.2
|
This struct holds a key and the value associated with it. It's used for options that require a value associated. More...
#include <options.h>
Public Attributes | |
| mps_option_key | flag |
| Key associated with the option. | |
| char * | value |
| Value of the flag, or NULL if no value is provided. | |
This struct holds a key and the value associated with it. It's used for options that require a value associated.
For example the option Degree needs a numeric value associated to it. The values are always saved as the string that are read.