GenConstrArray::GetGenConstr()

Get i-th general constraint object.

Synopsis

GenConstr &GetGenConstr(int i)

Arguments

i: index of the general constraint.

Return

general constraint object with index i.

GenConstrArray::PushBack()

Add a general constraint object to general constraint array.

Synopsis

void PushBack(const GenConstr &constr)

Arguments

constr: a general constraint object.

GenConstrArray::Reserve()

Reserve capacity to contain at least n items.

Synopsis

void Reserve(int n)

Arguments

n: minimum capacity for general constraint objects.

GenConstrArray::Size()

Get the number of general constraint objects.

Synopsis

int Size()

Return

number of general constraint objects.