Click or drag to resize

FMStatus Enumeration

Possible results of any method implemented in FinMath library.

Namespace:  FinMath
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public enum FMStatus
Members
  Member nameValueDescription
MethodNotCompleted0 Method was not completed.
MethodSucceeded1 Method finished successfully.
UnboundedFunction2 Objective function is unbounded.
InfeasibleConstraints3 There is no point that satisfies all constraints.
MaximumIterations4 Maximum number of iterations was done.
UnexpectedError5 Method was not able to terminate due to unexpected error.
MethodDiverged6 Method diverged.
MethodNeedMoreData7 Method was not completed yet, please supply more data.
MethodNotConverged8 Method was not converged.
See Also