linear_relaxation (255B)
1 # Linear relaxation 2 3 Taking an [integer_linear_program] or [mixed_integer_linear_program] and transforming it to a [linear_program] by dropping the constraint that the [variables] (or some [variables]) must be [integers] 4 5 Up: [integer_linear_programming]