#include <mt_types.h>
Definition at line 135 of file mt_types.h.
Data Fields | |
| int * | cutind |
| indices of non-zeros | |
| double * | cutval |
| values of the cut | |
| char | form |
| type of inequality stored 0 for complemented cuts, 1 for uncomplemented cuts | |
| double | max_abs |
| maximum absolute value in the cut | |
| double | min_abs |
| minimum absolute value in the cut | |
| int | nz |
| actual non-zeros | |
| int | nzspace |
| space for non-zeros | |
| double | rhs |
| rhs of the inequality | |
| double | score |
| internal score of the cut, it is defined as 1/|a|_2, but is computed over the raw cut. | |
| char | sense |
| sense of the inequality | |
| double | violation |
| violation | |
|
|
indices of non-zeros
Definition at line 142 of file mt_types.h. |
|
|
values of the cut
Definition at line 141 of file mt_types.h. |
|
|
type of inequality stored 0 for complemented cuts, 1 for uncomplemented cuts
Definition at line 147 of file mt_types.h. |
|
|
maximum absolute value in the cut
Definition at line 140 of file mt_types.h. |
|
|
minimum absolute value in the cut
Definition at line 139 of file mt_types.h. |
|
|
actual non-zeros
Definition at line 145 of file mt_types.h. |
|
|
space for non-zeros
Definition at line 144 of file mt_types.h. |
|
|
rhs of the inequality
Definition at line 137 of file mt_types.h. |
|
|
internal score of the cut, it is defined as 1/|a|_2, but is computed over the raw cut.
Definition at line 143 of file mt_types.h. |
|
|
sense of the inequality
Definition at line 146 of file mt_types.h. |
|
|
violation
Definition at line 138 of file mt_types.h. |
1.4.6