Skip to content
Snippets Groups Projects
Commit 299622f9 authored by Arafat Nourredine's avatar Arafat Nourredine
Browse files

Created tag release_1_2_4.

parent 48fdcccd
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
#pragma once
#endif // _MSC_VER > 1000
#include <yat/utils/Logging.h>
//#include <yat/utils/Logging.h>
#include <string>
//using namespace std;
......
......@@ -9,7 +9,7 @@
#pragma once
#endif // _MSC_VER > 1000
#include <yat/utils/Logging.h>
//#include <yat/utils/Logging.h>
#include <string>
//using namespace std;
#include "Bound.h"
......
......@@ -10,7 +10,7 @@
<groupId>fr.soleil.lib</groupId>
<artifactId>Utils-${aol}-${library}-${mode}</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
<packaging>nar</packaging>
......
......@@ -127,6 +127,6 @@ bool Bound::isStricklyInBound(double dValue)
void Bound::printInfos()
{
YAT_VERBOSE_STREAM("\n##### BOUND " << getName() << " --> [" << getLowerBound() << "," << getUpperBound() << "]" << std::endl);
//YAT_VERBOSE_STREAM("\n##### BOUND " << getName() << " --> [" << getLowerBound() << "," << getUpperBound() << "]" << std::endl);
}
......@@ -130,8 +130,8 @@ Bound* Variable::getBound() //// throw (NullPointerException)
//##ModelId=43834ABD029C
void Variable::printInfos()
{
YAT_VERBOSE_STREAM("\n##### VARIABLE " << endl);
YAT_VERBOSE_STREAM("\tVariable --> " << getName() << " : " << getValue() << std::endl);
//YAT_VERBOSE_STREAM("\n##### VARIABLE " << endl);
//YAT_VERBOSE_STREAM("\tVariable --> " << getName() << " : " << getValue() << std::endl);
_mBound->printInfos();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment