33real_teps_inner; /**< Tolerance for primal feasibility in the inner problem */
34uint32_talgorithm; /**< Specifies the algorithm used to solve the problem. Values: 1: DGM last, 2: DGM avg, 3: DFGM last, 4: DFGM avg, 5: ALM last, 6: ALM avg, 7: FALM last, 8: FALM avg */
35real_trho; /**< Penalty parameter used in ALM and FALM */
36 }; /**< Option specified by the user. Default values can be found in the user manual */