Remove Method

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Removes the specified SolverElement from the ConfigurationElementCollection.

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

Syntax

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

Contracts

Requires
solver!=null

See Also