update method
void
update()
Update all the equations with data.
Implementation
void update() {
throw('method update() not implmemented in this Constraint subclass!');
}
Update all the equations with data.
void update() {
throw('method update() not implmemented in this Constraint subclass!');
}