SendPartialProblems Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
A method that sends partial problems over the wire

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

Syntax

C#
public Action<IEnumerable<IEnumerable<Constraint>>> SendPartialProblems { get; set; }
Visual Basic
Public Property SendPartialProblems As Action(Of IEnumerable(Of IEnumerable(Of Constraint)))
	Get
	Set
Visual C++
public:
property Action<IEnumerable<IEnumerable<Constraint^>^>^>^ SendPartialProblems {
	Action<IEnumerable<IEnumerable<Constraint^>^>^>^ get ();
	void set (Action<IEnumerable<IEnumerable<Constraint^>^>^>^ value);
}

Field Value

The send partial problems.

See Also