#include <stdarg.h>
#include <stdio.h>
#include <fstream>
#include <iostream>
#include <sstream>
#include "soth/api.hpp"
#define SOT_COMMON_TRACES |
#define sotDEBUG |
( |
|
level | ) |
|
Value:if (1) \
; \
else \
std::cout
Referenced by soth::HCOD::activeSearch(), soth::Stage::addARow(), soth::Stage::applyDamping(), soth::Stage::applyDampingTranspose(), soth::Stage::checkBound(), soth::Stage::computeErrorFromJu(), soth::Stage::computeInitialCOD(), soth::Stage::computeInitialJY(), soth::HCOD::computeLagrangeMultipliers(), soth::Stage::computeLagrangeMultipliers(), soth::Stage::computeMLYtu(), soth::Stage::computeRho(), soth::HCOD::computeSolution(), soth::Stage::computeSolution(), soth::HCOD::computeStep(), soth::HCOD::computeStepAndUpdate(), soth::HCOD::damp(), soth::Stage::damp(), soth::HCOD::debugOnce(), soth::HCOD::downdate(), soth::Stage::downdate(), soth::Stage::freezeSlacks(), soth::HCOD::initialize(), soth::HCOD::makeStep(), soth::maxLambda(), soth::Stage::nullifyACrossFromW(), soth::Stage::nullifyLineDeficient(), soth::Stage::propagateDowndate(), soth::Stage::propagateUpdate(), soth::randu(), soth::Stage::recompose(), soth::Stage::removeACrossFromW(), soth::Stage::removeARowFromL(), soth::Stage::reset(), soth::BasicStage::set(), soth::HCOD::setInitialActiveSet(), soth::Stage::setInitialActiveSet(), soth::Stage::show(), soth::HCOD::testLagrangeMultipliers(), soth::Stage::testRecomposition(), soth::Stage::testUnactiveTwins(), soth::HCOD::update(), soth::Stage::update(), and soth::HCOD::updateY().
#define sotDEBUG_ENABLE |
( |
|
level | ) |
false |
#define sotDEBUGIN |
( |
|
level | ) |
sotDEBUG(level) << "# In {" << std::endl |
#define sotDEBUGINOUT |
( |
|
level | ) |
sotDEBUG(level) << "# In/Out { }" << std::endl |
#define sotDEBUGMUTE |
( |
|
level | ) |
|
Value:if (1) \
; \
else \
std::cout
#define sotDEBUGOUT |
( |
|
level | ) |
sotDEBUG(level) << "# Out }" << std::endl |
#define sotDEBUGPRIOR |
( |
|
a | ) |
|
#define sotERROR sotERRORFLOW.outputbuffer << sotPREERROR |
#define SOTH_DEBUG_MODE 0 |
#define SOTH_TEMPLATE_DEBUG_MODE 0 |
Value:"\t!! " \
<< ": " << __FUNCTION__ << "(#" << __LINE__ << ") :"
#define sotTDEBUG |
( |
|
level | ) |
|
Value:if (1) \
; \
else \
std::cout
#define sotTDEBUG_ENABLE |
( |
|
level | ) |
false |
#define sotTDEBUGIN |
( |
|
level | ) |
sotTDEBUG(level) << "# In {" << std::endl |
#define sotTDEBUGINOUT |
( |
|
level | ) |
sotTDEBUG(level) << "# In/Out { }" << std::endl |
#define sotTDEBUGOUT |
( |
|
level | ) |
sotTDEBUG(level) << "# Out }" << std::endl |
#define UNUSED |
( |
|
x | ) |
((void)x) |