Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

OsiSolverInterface::ApplyCutsReturnCode Class Reference

Internal class for obtaining status from the applyCuts method. More...

#include <OsiSolverInterface.hpp>

List of all members.

Public Member Functions

Constructors and desctructors
 ApplyCutsReturnCode ()
 Default constructor.

 ApplyCutsReturnCode (const ApplyCutsReturnCode &rhs)
 Copy constructor.

ApplyCutsReturnCodeoperator= (const ApplyCutsReturnCode &rhs)
 Assignment operator.

 ~ApplyCutsReturnCode ()
 Destructor.

Accessing return code attributes
int getNumInconsistent ()
 Number of logically inconsistent cuts.

int getNumInconsistentWrtIntegerModel ()
 Number of cuts inconsistent with the current model.

int getNumInfeasible ()
 Number of cuts that cause obvious infeasibility.

int getNumIneffective ()
 Number of redundant or ineffective cuts.

int getNumApplied ()
 Number of cuts applied.


Private Member Functions

Private methods
void incrementInternallyInconsistent ()
 Increment logically inconsistent cut counter.

void incrementExternallyInconsistent ()
 Increment model-inconsistent counter.

void incrementInfeasible ()
 Increment infeasible cut counter.

void incrementIneffective ()
 Increment ineffective cut counter.

void incrementApplied ()
 Increment applied cut counter.


Private Attributes

Private member data
int intInconsistent_
 Counter for logically inconsistent cuts.

int extInconsistent_
 Counter for model-inconsistent cuts.

int infeasible_
 Counter for infeasible cuts.

int ineffective_
 Counter for ineffective cuts.

int applied_
 Counter for applied cuts.


Friends

class OsiSolverInterface
class OsiOslSolverInterface


Detailed Description

Internal class for obtaining status from the applyCuts method.

Definition at line 58 of file OsiSolverInterface.hpp.


The documentation for this class was generated from the following file:
Generated on Wed Dec 3 14:35:45 2003 for Osi by doxygen 1.3.5