Scippy

SoPlex

Sequential object-oriented simPlex

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-2016 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 #include <assert.h>
17 #include <iostream>
18 
19 #include "spxdefines.h"
20 #include "spxstarter.h"
21 
22 namespace soplex
23 {
24 
26 {
27 #ifdef ENABLE_CONSISTENCY_CHECKS
28  MSG_ERROR( std::cerr << "ESTART95 Not yet implemented" << std::endl; )
29 #endif
30 
31  return true;
32 }
33 } // namespace soplex
SoPlex start basis generation base class.
virtual bool isConsistent() const
checks consistency.
Definition: spxstarter.cpp:25
#define MSG_ERROR(x)
Prints out message x if the verbosity level is at least SPxOut::ERROR.
Definition: spxdefines.h:109
Debugging, floating point type and parameter definitions.
Everything should be within this namespace.