Doing libes.a in src/es and adding t-eoReal.cpp in test
I had to move eoRealBounds to utils dir because of global objects Some domino consequences here and there ...
This commit is contained in:
parent
511dc26623
commit
4968d64b05
19 changed files with 120 additions and 25 deletions
7
eo/src/utils/eoRealBounds.cpp
Normal file
7
eo/src/utils/eoRealBounds.cpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include <ctime>
|
||||
#include "eoRealBounds.h"
|
||||
|
||||
// the global dummy bounds
|
||||
// (used for unbounded variables when bounds are required)
|
||||
eoRealNoBounds eoDummyRealNoBounds;
|
||||
eoRealVectorNoBounds eoDummyVectorNoBounds;
|
||||
Reference in a new issue