Variable PrinCompOptions.absError

Absolute error at which to stop the optimization procedure. Default: 1e-5

struct PrinCompOptions
{
  // ...
  double absError = 1e-05;
  // ...
}