Path Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets specifies the path to the native dll of this solver. You can also use relative paths, like "..\..\cplex.dll"

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

Syntax

C#
public string Path { get; set; }
Visual Basic
Public Property Path As String
	Get
	Set
Visual C++
public:
property String^ Path {
	String^ get ();
	void set (String^ value);
}

See Also