Identifiers for the different strategies that can be passed to
Cplex.Callback.Context.PostHeuristicSolution.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public enum SolutionStrategy |
| Visual Basic |
|---|
Public Enumeration SolutionStrategy |
Members
| Member name | Value | Description | |
|---|---|---|---|
| NoCheck | -1 | See CPXCALLBACKSOLUTION_NOCHECK in the callable library reference manual. | |
| CheckFeasible | 0 | See CPXCALLBACKSOLUTION_CHECKFEAS in the callable library reference manual. | |
| Propagate | 1 | See CPXCALLBACKSOLUTION_PROPAGATE in the callable library reference manual. | |
| Solve | 2 | See CPXCALLBACKSOLUTION_SOLVE in the callable library reference manual. |