Add Method

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Adds the specified SolverElement to the ConfigurationElementCollection.

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

Syntax

C#
public void Add(
	SolverElement solver
)
Visual Basic
Public Sub Add ( _
	solver As SolverElement _
)
Visual C++
public:
void Add(
	SolverElement^ solver
)

See Also