(set_lp_info)=
# set lp_info
Avoid copying over the variable and constraint names to CPLEX by specifying the "/min" option, which could save time and memory for large SHOP models. The defualt behaviour is to copy over the names (option "/full"). See also the min_lp_info attribute on global_settings
| | |
|---|---|
|Options|/min, /full|
|License|SHOP_OPEN|
|Release version|17.13.0|
```{contents}
:local:
:depth: 1
```
## Reduce size of LP-model for very large cases
This command reduces the size of the LP-model that is sent to the solver. This could reduce memory usage, but normally not calculation time, for very large cases. If the solver detects any problems with the model, the feedback from the solver will contain less useful information when this option is set to "min".
```
set lp_info /