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 nameValueDescription
NoCheck-1See CPXCALLBACKSOLUTION_NOCHECK in the callable library reference manual.
CheckFeasible0See CPXCALLBACKSOLUTION_CHECKFEAS in the callable library reference manual.
Propagate1See CPXCALLBACKSOLUTION_PROPAGATE in the callable library reference manual.
Solve2See CPXCALLBACKSOLUTION_SOLVE in the callable library reference manual.

See Also