Variable PrinCompOptions.relError

Relative error at which to stop the optimization procedure. Default: 1e-4

struct PrinCompOptions
{
  // ...
  double relError = 0.0001;
  // ...
}