SearchStrategy Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines the options for search strategies for the mixed integer programming (MIP) solver.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Enumeration SearchStrategy
public enum SearchStrategy
public enum class SearchStrategy
type SearchStrategy
public enum SearchStrategy

Members

Member name Description
BestBound The node that has the smallest bound.
BestEstimate The node that has the best objective value estimate.
DepthFirst The node in depth first manner.

See Also

Reference

Microsoft.SolverFoundation.Solvers Namespace