GenConstrArray.GenConstrArray()

Constructor of genconstrarray.

Synopsis

GenConstrArray()

GenConstrArray.GetGenConstr()

Get idx-th general constraint object.

Synopsis

GenConstr GetGenConstr(int idx)

Arguments

idx: index of the general constraint.

Return

general constraint object with index idx.

GenConstrArray.PushBack()

Add a general constraint object to general constraint array.

Synopsis

void PushBack(GenConstr genconstr)

Arguments

genconstr: a general constraint object.

GenConstrArray.Size()

Get the number of general constraint objects.

Synopsis

int Size()

Return

number of general constraint objects.