Read new parameter settings from a file.
void | ReadParams ( | string | paramfile ) |
Arguments:
paramfile: Name of the file containing parameter settings. Parameters should be listed one per line, with the parameter name first and the desired value second. For example:
# Gurobi parameter file Threads 1 MIPGap 0Blank lines and lines that begin with the hash symbol are ignored.