Constraint abstract class
Constraint is a class (vs a typedef of Function) to allow others service, function to read data and use it in other way (eg: draw)
abstract class Constraint {
 relax(double stepCoef);
}
Constraint is a class (vs a typedef of Function) to allow others service, function to read data and use it in other way (eg: draw)
abstract class Constraint {
 relax(double stepCoef);
}