SolverItems Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the solvers collection allows you to specify settings for solvers you want to use within this application.

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

Syntax

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

See Also