WebCab Optimization for COM v2.6

EasySolver.IsMultiDimensional Method 

Returns true if the your optimization problem is multi-dimensional, or false if it is uni-dimensional.

public bool IsMultiDimensional();

Remarks

The uni-dimensional or multi-dimensional nature of your optimization problem is derived directly from the type of function you send to the SetFunction method. If your function class implements the MultiDimensionalSolver interface, your problem will be treated as multi-dimensional; if your class implements the UniDimensionalSolver interface, your problem will be treated as uni-dimensional.

See Also

EasySolver Class | WebCab.COM.Math.Optimization Namespace