MPSolve 3.2.1
Loading...
Searching...
No Matches
mps_input_option Struct Reference

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.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: