CNDSM  1.00
Compile-time switches in CQKnPClass.h

These macros control some important details of the class interface. More...

Macros

#define CQKnPClass_LOG   0
 If CQKnPClass_LOG > 0, data structures and methods to log the activities of the (actual) solver are added to the (abstract) interface. More...
 

Detailed Description

These macros control some important details of the class interface.

Although using macros for activating features of the interface is not very C++, switching off some unused features may allow some implementation to be more efficient in running time or memory.

Macro Definition Documentation

#define CQKnPClass_LOG   0

If CQKnPClass_LOG > 0, data structures and methods to log the activities of the (actual) solver are added to the (abstract) interface.