hiop
hiop copied to clipboard
Use consistent command line interface for HiOp examples
Currently HiOp is using custom built functions for processing command line input for each example application. A few possible improvements could be:
- Avoiding fall through switch statements for input processing.
- Allowing for arbitrary order of input arguments.
- Having consistent command line interface for all HiOp examples.
Consider using utilities such as getopt or getopt_long.