blob: bb323accacdfa7360f0238f32fd5428e7cfc9a2e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- src/lp_soplexcdd.cpp.orig 2017-06-20 14:47:37 UTC
+++ src/lp_soplexcdd.cpp
@@ -536,7 +536,7 @@ if(0) {
debug<<"\n";
D(s);
*/
- log2 fprintf(Stderr,"Solution failed (Type2).\n");
+ gfan_log2 fprintf(Stderr,"Solution failed (Type2).\n");
/* for(int i=0;i<work.nCols();i++)
{
@@ -578,7 +578,7 @@ if(0) {
return false;
}
- log2 fprintf(Stderr,"Certificate failed (Type2).\n");
+ gfan_log2 fprintf(Stderr,"Certificate failed (Type2).\n");
/* std::cerr<< work;
std::cerr<< farkasx;
AsciiPrinter(Stderr).printVector(c);
|