| Visual Basic (Declaration) | |
|---|---|
Public Enum SolverStatus Inherits System.Enum | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As SolverStatus | |
| C# | |
|---|---|
public enum SolverStatus : System.Enum | |
| C++/CLI | |
|---|---|
public enum class SolverStatus : public System.Enum | |
| Member | Description |
|---|---|
| InputInconsistent | The inputs of the problem are inconsistent. |
| OtherError | General undefined error. |
| OutOfMemory | An out of memory problem has occurred. |
| ReorderingProblem | A reordering problem was encountered. |
| Success | There was no error, the operation completed successfully. |
| ZeroPivot | A zero pivot was encountered while solving. |
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7