SolverConfiguration Constructor (String, Boolean)

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Initializes a new instance of the SolverConfiguration class with the specified values.

Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
protected SolverConfiguration(
	string callbackendpoint,
	bool useHeuristicCallback
)
Visual Basic
Protected Sub New ( _
	callbackendpoint As String, _
	useHeuristicCallback As Boolean _
)
Visual C++
protected:
SolverConfiguration(
	String^ callbackendpoint, 
	bool useHeuristicCallback
)

Parameters

callbackendpoint
Type: System..::..String
The callbackendpoint.
useHeuristicCallback
Type: System..::..Boolean
if set to true [use heuristic callback].

See Also