Store statistics of presolving.
More...
#include <LinearHandler.h>
|
int | iters |
|
double | time |
|
Number of iterations (main cycle).
|
|
double | timeN |
|
Total time used in initial presolve.
|
|
int | varDel |
|
Total time used in presolveNode.
|
|
int | conDel |
|
Number of variables marked for deletion.
|
|
int | var2Bin |
|
Number of constraints marked for deletion.
|
|
int | var2Int |
|
Number of variables converted to binary.
|
|
int | vBnd |
|
Number of variables converted to integers.
|
|
int | cBnd |
|
Number of times variable-bounds were tightened.
|
|
int | cImp |
|
Number of times constraint-bounds were tightened.
|
|
int | bImpl |
|
Number of times coefficient in a constraint was improved.
|
|
int | nMods |
|
No. of times a binary var. was changed to implied binary.
|
|
Store statistics of presolving.
The documentation for this struct was generated from the following file: