19 #include <utility/pointer/ReferenceCount.hh>
33 namespace constraints {
61 out <<
"HARMONIC " <<
x0_ <<
" " <<
sd_ << std::endl;
66 if (verbose_level > 100 ) {
67 out <<
"HARM " << ( x -
x0_ )/
sd_ << std::endl;
68 }
else if (verbose_level > 70 ) {
69 if ( x <
x0_ && ( this->
func(x) > threshold ) ) out <<
"-";
70 else if ( x >
x0_ && ( this->
func(x) > threshold )) out <<
"+";