SolverContext.CheckModel Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Checks a model for errors.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Function CheckModel As ModelReport
public ModelReport CheckModel()
public:
ModelReport^ CheckModel()
member CheckModel : unit -> ModelReport 
public function CheckModel() : ModelReport

Return Value

Type: Microsoft.SolverFoundation.Services.ModelReport
A report that contains a list of errors.

.NET Framework Security

See Also

Reference

SolverContext Class

Microsoft.SolverFoundation.Services Namespace