WebCab Optimization for COM v2.6

EasySolver.IsGlobal Method 

Indicates whether the optimization solver is currently set to look for global extrema.

public bool IsGlobal();

Remarks

The way to change the behavior from local to global or the other way around is by calling the SetLocal and SetGlobal methods.

The default value for this property is false.

See Also

EasySolver Class | WebCab.COM.Math.Optimization Namespace | IsLocal