MC_Excp Class Reference

#include <mccormick.h>

List of all members.

Public Types

enum  MC_Err {
  SIZE = 1, DIV, INV, LOG,
  SQRT, ARH
}
 Enumeration type for McCormick exception handling. More...

Public Member Functions

 MC_Excp (MC_Err ierr)
 Constructor for error ierr.
int ierr ()
 Inline function returning the error flag.


Member Enumeration Documentation

enum MC_Excp::MC_Err
 

Enumerator:
SIZE  The size of the problem has changed (number of parameters).
DIV  Error during the relaxation of a division term (division by zero).
INV  Error during the relaxation of an inverse function (zero in range).
LOG  Error during the relaxation of a logarithm function (negative values in range).
SQRT  Error during the relaxation of a squre-root function (negative values in range).
ARH  Error during the relaxation of an Arrhenius-like function (negative values in range, or negative coefficient).


The documentation for this class was generated from the following file:
Generated on Sat Sep 8 20:04:36 2007 for libMC by  doxygen 1.4.6