JorritHimself
Results
1
issues of
JorritHimself
In pyomo one could specifiy: `model.write(lp_file_name, io_options={'symbolic_solver_labels': True})` Which retains original variable names, rathe rthan having these rewritten to x0, x1, x2 etc. We use a lot of scripts to...