Ipopt Documentation  
 
Loading...
Searching...
No Matches
IpDebug.hpp File Reference
#include "IpoptConfig.h"
#include "IpTypes.hpp"

Go to the source code of this file.

Macros

#define IPOPT_CHECKLEVEL   0
 
#define DBG_ASSERT(test)
 
#define DBG_ASSERT_EXCEPTION(__condition, __except_type, __msg)
 
#define DBG_DO(__cmd)
 
#define IPOPT_VERBOSITY   0
 
#define DBG_START_FUN(__func_name, __verbose_level)
 
#define DBG_START_METH(__func_name, __verbose_level)
 
#define DBG_PRINT(__printf_args)
 
#define DBG_PRINT_VECTOR(__verbose_level, __vec_name, __vec)
 
#define DBG_PRINT_MATRIX(__verbose_level, __mat_name, __mat)
 
#define DBG_EXEC(__verbosity, __cmd)
 
#define DBG_VERBOSITY()   0
 

Macro Definition Documentation

◆ IPOPT_CHECKLEVEL

#define IPOPT_CHECKLEVEL   0

Definition at line 14 of file IpDebug.hpp.

◆ DBG_ASSERT

#define DBG_ASSERT (   test)

Definition at line 27 of file IpDebug.hpp.

◆ DBG_ASSERT_EXCEPTION

#define DBG_ASSERT_EXCEPTION (   __condition,
  __except_type,
  __msg 
)

Definition at line 28 of file IpDebug.hpp.

◆ DBG_DO

#define DBG_DO (   __cmd)

Definition at line 29 of file IpDebug.hpp.

◆ IPOPT_VERBOSITY

#define IPOPT_VERBOSITY   0

Definition at line 33 of file IpDebug.hpp.

◆ DBG_START_FUN

#define DBG_START_FUN (   __func_name,
  __verbose_level 
)

Definition at line 37 of file IpDebug.hpp.

◆ DBG_START_METH

#define DBG_START_METH (   __func_name,
  __verbose_level 
)

Definition at line 38 of file IpDebug.hpp.

◆ DBG_PRINT

#define DBG_PRINT (   __printf_args)

Definition at line 39 of file IpDebug.hpp.

◆ DBG_PRINT_VECTOR

#define DBG_PRINT_VECTOR (   __verbose_level,
  __vec_name,
  __vec 
)

Definition at line 40 of file IpDebug.hpp.

◆ DBG_PRINT_MATRIX

#define DBG_PRINT_MATRIX (   __verbose_level,
  __mat_name,
  __mat 
)

Definition at line 41 of file IpDebug.hpp.

◆ DBG_EXEC

#define DBG_EXEC (   __verbosity,
  __cmd 
)

Definition at line 42 of file IpDebug.hpp.

◆ DBG_VERBOSITY

#define DBG_VERBOSITY ( )    0

Definition at line 43 of file IpDebug.hpp.