CSolution Class Members

Construction

CSolution() Constructs a CSolution  object

Operations

double Distance(CSolution &s) the distance between two points
Constraint(CVector *fg,CVector *fh) Compute constraints
double GetAt(int i) Get value of elements in x or y
SetAt(int i, double t) Set the value of one element
SetSize(CSolution *s) Initilizing the dimension of all the elements


Serialization

Serialize Loads or stores an matrix from/to an archive.

 

CSolution Overview