Method GetSolverModelsAsync

GetSolverModelsAsync(IEnumerable<AnalysisType>?, CancellationToken)

Returns a collection of solver models for given analysis types

Declaration
Task<IEnumerable<IModel>> GetSolverModelsAsync(IEnumerable<AnalysisType>? analysis, CancellationToken cancellationToken = default)
Parameters
Type Name Description
IEnumerable<AnalysisType> analysis

The requested analysis types

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IEnumerable<IModel>>

A collection of solver models

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next