Enum MipLogDisplayInformation
The MIP log display detail level.
Namespace: OPTANO.Modeling.Optimization.Solver.Cplex
Assembly: Optimization.Solver.Cplex.dll
Syntax
public enum MipLogDisplayInformation
Fields
Name | Description |
---|---|
Complete | Display integer feasible solutions, every n-th node entry, number of cuts added, information about the processing of each successful MIP start, and information about the LP subproblem at root and at nodes. |
Default | Display integer feasible solutions plus an entry for every n-th node. |
Detailed | Display integer feasible solutions, every n-th node entry, number of cuts added, and information about the processing of each successful MIP start. |
IntegerFeasible | Display integer feasible solutions. |
NoDisplayUntilSolution | No display until optimal solution has been found. |
VeryDetailed | Display integer feasible solutions, every n-th node entry, number of cuts added, information about the processing of each successful MIP start, and information about the LP subproblem at root. |