WebCab Optimization for COM v2.6

EasySolver.IsSolutionCalculated Method 

Indicates whether a solution to the given optimization problem has been found.

public bool IsSolutionCalculated();

Remarks

This method returns `true' if called after a successful call to the Solve method. If the calculateSolution method was never called since the last function set (see IsFunctionSet), or the last call was unsuccessful, this method will return `false', to indicate that no solution is available yet.

See Also

EasySolver Class | WebCab.COM.Math.Optimization Namespace