SoPlex Doxygen Documentation
spxstarter.cpp
Go to the documentation of this file.
1 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
2 /* */
3 /* This file is part of the class library */
4 /* SoPlex --- the Sequential object-oriented simPlex. */
5 /* */
6 /* Copyright (C) 1996-2012 Konrad-Zuse-Zentrum */
7 /* fuer Informationstechnik Berlin */
8 /* */
9 /* SoPlex is distributed under the terms of the ZIB Academic Licence. */
10 /* */
11 /* You should have received a copy of the ZIB Academic License */
12 /* along with SoPlex; see the file COPYING. If not email to soplex@zib.de. */
13 /* */
14 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
15 
16 //#define DEBUGGING 1
17 
18 #include <assert.h>
19 #include <iostream>
20 
21 #include "spxdefines.h"
22 #include "spxstarter.h"
23 
24 namespace soplex
25 {
26 
28 {
29 #ifdef ENABLE_CONSISTENCY_CHECKS
30  MSG_ERROR( spxout << "ESTART95 Not yet implemented" << std::endl; )
31 #endif
32 
33  return true;
34 }
35 } // namespace soplex
36 
37 //-----------------------------------------------------------------------------
38 //Emacs Local Variables:
39 //Emacs mode:c++
40 //Emacs c-basic-offset:3
41 //Emacs tab-width:8
42 //Emacs indent-tabs-mode:nil
43 //Emacs End:
44 //-----------------------------------------------------------------------------