FormFlowsheetExternalSolvers Property

Gets or sets the collection of external solver plug-ins registered with this flowsheet, keyed by unique ID.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public Dictionary<string, IExternalSolverIdentification> ExternalSolvers { get; set; }

Property Value

DictionaryString, IExternalSolverIdentification

Implements

IFlowsheetExternalSolvers

See Also