How can I ensure that LS-OPT replaces the variables in the input file by integer values?
I defined a discrete variable with a list of integer values, but LS-OPT replaces the variables in the input file by e.g. 1. with a dot.
To ensure that LS-OPT replaces the variables in the input file by integer values, add ":i" to the parameter definition in the input file:
<<variable_name:i>>
This is necessary if the variable specifies e.g. different include files.
*INCLUDE material_type.<<id:i>>
