Function PGAGetEpsilonExponent

Function Documentation

double PGAGetEpsilonExponent(PGAContext *ctx)

Get the exponent used for epsilon constraints.

Example

PGAContext *ctx;
double e;

...
e = PGAGetEpsilonExponent (ctx);

Parameters
  • ctx – context variable

Returns

The epsilon exponent