| Type: | double | |
|---|---|---|
| Default value: | 1e6 | |
| Minimum value: | 0 | |
| Maximum value: | Infinity |
When relaxing a constraint in a feasibility relaxation, it is sometimes necessary to introduce a big-M value. This parameter determines the default magnitude of that value.
For details about feasibility relaxations, refer to e.g. GRBfeasrelax in the C API.
For examples of how to query or modify parameter values from our different APIs, refer to our Parameter Examples.