[Minotaur-dev] minotaur daily test results

amahajan amahajan at iitb.ac.in
Tue Dec 27 11:13:19 CST 2016


Minotaur daily test report
Tue Dec 27 22:37:01 IST 2016
origin.ieor.iitb.ac.in
Linux origin 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 GNU/Linux
Detailed log available at  http://www.ieor.iitb.ac.in/files/faculty/amahajan/minotaur/nightly/origin/index.html
Not using any user specified doxygen installation
Not using any user specified cmake installation

Minotaur src directory checked out.
Minotaur version: v0.2-129-gc370d14
ls: cannot access build-ampl/bin: No such file or directory
ls: cannot access build-ampl/lib: No such file or directory
ls: cannot access build-ampl/include/minotaur/*: No such file or directory
ls: cannot access build-ampl-debug/bin: No such file or directory
ls: cannot access build-ampl-debug/lib: No such file or directory
ls: cannot access build-ampl-debug/include/minotaur/*: No such file or directory
ls: cannot access build-ampl-static/bin: No such file or directory
ls: cannot access build-ampl-static/lib: No such file or directory
ls: cannot access build-ampl-static/include/minotaur/*: No such file or directory
ls: cannot access build-all/bin: No such file or directory
ls: cannot access build-all/lib: No such file or directory
ls: cannot access build-all/include/minotaur/*: No such file or directory
ls: cannot access build-all-debug/bin: No such file or directory
ls: cannot access build-all-debug/lib: No such file or directory
ls: cannot access build-all-debug/include/minotaur/*: No such file or directory
ls: cannot access build-all-static/bin: No such file or directory
ls: cannot access build-all-static/lib: No such file or directory
ls: cannot access build-all-static/include/minotaur/*: No such file or directory

Summary
--------------------------------------------------
compiling build-base: ERROR. lib/libminotaur.so not built.
make utest output for build-base: ERROR
compiling build-base-debug: ERROR. lib/libminotaur.so not built.
make utest output for build-base-debug: ERROR
compiling build-base-static: ERROR. lib/libminotaur.a not built.
make utest output for build-base-static: ERROR
compiling build-filter: ERROR. lib/libminotaur.so not built.
make utest output for build-filter: ERROR
compiling build-filter-debug: ERROR. lib/libminotaur.so not built.
make utest output for build-filter-debug: ERROR
compiling build-filter-static: ERROR. lib/libminotaur.a not built.
make utest output for build-filter-static: ERROR
compiling build-ipopt: ERROR. lib/libminotaur.so not built.
make utest output for build-ipopt: ERROR
compiling build-ipopt-debug: ERROR. lib/libminotaur.so not built.
make utest output for build-ipopt-debug: ERROR
compiling build-ipopt-static: ERROR. lib/libminotaur.a not built.
make utest output for build-ipopt-static: ERROR
compiling build-osi: ERROR. lib/libminotaur.so not built.
make utest output for build-osi: ERROR
compiling build-osi-debug: ERROR. lib/libminotaur.so not built.
make utest output for build-osi-debug: ERROR
compiling build-osi-static: ERROR. lib/libminotaur.a not built.
make utest output for build-osi-static: ERROR
compiling build-ampl: ERROR. lib/libminotaur.so not built.
make utest output for build-ampl: ERROR
compiling build-ampl-debug: ERROR. lib/libminotaur.so not built.
make utest output for build-ampl-debug: ERROR
compiling build-ampl-static: ERROR. lib/libminotaur.a not built.
make utest output for build-ampl-static: ERROR
compiling build-all: ERROR. lib/libminotaur.so not built.
make utest output for build-all: ERROR
compiling build-all-debug: ERROR. lib/libminotaur.so not built.
make utest output for build-all-debug: ERROR
compiling build-all-static: ERROR. lib/libminotaur.a not built.
make utest output for build-all-static: ERROR
compiling build-all-manual: ERROR. lib/libminotaur.a not built.

Errors:
--------------------------------------------------
 
Errors in build-all-debug:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[3]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make[1]: *** [CMakeFiles/utest.dir/rule] Error 2
make: *** [utest] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
valgrind: ./unittest: No such file or directory
 
Errors in build-all:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[3]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make[1]: *** [CMakeFiles/utest.dir/rule] Error 2
make: *** [utest] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
 
Errors in build-all-manual:
--------------------------------------------------
Makefile:542: minotaur.d: No such file or directory
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make: *** [/home/amahajan/tmp/minotaur-test/src/base/Environment.o] Error 1
 
Errors in build-all-static:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[3]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make[1]: *** [CMakeFiles/utest.dir/rule] Error 2
make: *** [utest] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
 
Errors in build-ampl-debug:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[3]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make[1]: *** [CMakeFiles/utest.dir/rule] Error 2
make: *** [utest] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
 
Errors in build-ampl:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[3]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make[1]: *** [CMakeFiles/utest.dir/rule] Error 2
make: *** [utest] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
 
Errors in build-ampl-static:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[3]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make[1]: *** [CMakeFiles/utest.dir/rule] Error 2
make: *** [utest] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
 
Errors in build-base-debug:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[3]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make[1]: *** [CMakeFiles/utest.dir/rule] Error 2
make: *** [utest] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
 
Errors in build-base:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[3]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make[1]: *** [CMakeFiles/utest.dir/rule] Error 2
make: *** [utest] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
 
Errors in build-base-static:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[3]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make[1]: *** [CMakeFiles/utest.dir/rule] Error 2
make: *** [utest] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
 
Errors in build-filter-debug:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[3]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make[1]: *** [CMakeFiles/utest.dir/rule] Error 2
make: *** [utest] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
 
Errors in build-filter:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[3]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make[1]: *** [CMakeFiles/utest.dir/rule] Error 2
make: *** [utest] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
 
Errors in build-filter-static:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[3]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make[1]: *** [CMakeFiles/utest.dir/rule] Error 2
make: *** [utest] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
 
Errors in build-ipopt-debug:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[3]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make[1]: *** [CMakeFiles/utest.dir/rule] Error 2
make: *** [utest] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
 
Errors in build-ipopt:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[3]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make[1]: *** [CMakeFiles/utest.dir/rule] Error 2
make: *** [utest] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
 
Errors in build-ipopt-static:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[3]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make[1]: *** [CMakeFiles/utest.dir/rule] Error 2
make: *** [utest] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
 
Errors in build-osi-debug:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[3]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make[1]: *** [CMakeFiles/utest.dir/rule] Error 2
make: *** [utest] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
 
Errors in build-osi:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[3]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make[1]: *** [CMakeFiles/utest.dir/rule] Error 2
make: *** [utest] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
 
Errors in build-osi-static:
--------------------------------------------------
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[3]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[2]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make[1]: *** [CMakeFiles/utest.dir/rule] Error 2
make: *** [utest] Error 2
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: warning: missing terminating " character
       "If true, threads in parallel branch-and-bound would synchronize the
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:202:7: error: missing terminating " character
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:66: warning: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
                                                                  ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: missing terminating " character
       start-time of processing various nodes in each round: <0/1>", true, false);
       ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp: In member function ‘void Minotaur::Environment::createDefaultOptions_()’:
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:203:7: error: ‘start’ was not declared in this scope
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: error: no matching function for call to ‘Minotaur::Option<bool>::Option()’
   options_->insert(b_option);
                            ^
/home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:204:28: note: candidates are:
In file included from /home/amahajan/tmp/minotaur-test/src/base/Environment.cpp:22:0:
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note: Minotaur::Option<T>::Option(const Minotaur::Option<T>&) [with T = bool]
     Option (const Option<T> &o);
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:126:5: note:   candidate expects 1 argument, 0 provided
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note: Minotaur::Option<T>::Option(const string&, const string&, bool, T) [with T = bool; std::string = std::basic_string<char>]
     Option(const std::string& name, const std::string& desc, 
     ^
/home/amahajan/tmp/minotaur-test/src/base/Option.h:56:5: note:   candidate expects 4 arguments, 0 provided
make[2]: *** [src/base/CMakeFiles/minotaur.dir/Environment.o] Error 1
make[1]: *** [src/base/CMakeFiles/minotaur.dir/all] Error 2
make: *** [all] Error 2

End of tests
Tue Dec 27 22:43:19 IST 2016
--------------------------------------------------


More information about the Minotaur-dev mailing list