result of cut generation attempt
Definition at line 73 of file struct_cuts.h.
#include <struct_cuts.h>
Data Fields | |
| SCIP_Real * | cutcoefs |
| int * | cutinds |
| SCIP_CUTGENMETHOD | winningmethod |
| SCIP_Real | cutefficacy |
| SCIP_Real | cutrhs |
| int | cutnnz |
| int | cutrank |
| SCIP_Bool | cutislocal |
| SCIP_Bool | success |
| SCIP_Real* SCIP_CutGenResult::cutcoefs |
array of non-zero coefficients in the cut (pre-allocated)
Definition at line 75 of file struct_cuts.h.
Referenced by aggregation().
| int* SCIP_CutGenResult::cutinds |
array of variable indices of non-zero coefficients (pre-allocated)
Definition at line 76 of file struct_cuts.h.
Referenced by aggregation().
| SCIP_CUTGENMETHOD SCIP_CutGenResult::winningmethod |
cut generation method which produced the best cut
Definition at line 77 of file struct_cuts.h.
Referenced by aggregation().
| SCIP_Real SCIP_CutGenResult::cutefficacy |
| SCIP_Real SCIP_CutGenResult::cutrhs |
right hand side of the best cut
Definition at line 79 of file struct_cuts.h.
Referenced by aggregation().
| int SCIP_CutGenResult::cutnnz |
number of non-zeros in the best cut
Definition at line 80 of file struct_cuts.h.
Referenced by aggregation().
| int SCIP_CutGenResult::cutrank |
| SCIP_Bool SCIP_CutGenResult::cutislocal |
is the best cut only valid locally?
Definition at line 82 of file struct_cuts.h.
Referenced by aggregation().
| SCIP_Bool SCIP_CutGenResult::success |