48 #ifndef OGDF_MAX_CPLANAR_MASTER_H
49 #define OGDF_MAX_CPLANAR_MASTER_H
58 #include <abacus/string.h>
89 double heuristicOEdgeBound=0.3,
90 int heuristicNPermLists=5,
91 int kuratowskiIterations=3,
94 double kuratowskiHigh=0.7,
95 double kuratowskiLow=0.3,
97 double branchingGap=0.4,
98 const char *time=
"00:20:00",
99 bool dopricing =
true,
100 bool checkCPlanar =
false,
101 int numAddVariables = 15,
102 double strongConstraintViolation = 0.3,
103 double strongVariableViolation = 0.3,
104 ABA_MASTER::OUTLEVEL ol=Silent);
199 bool m_solByHeuristic;
202 void printGraph(
const Graph &G);
209 return "StdConstraints.txt";
296 long tempo = act->centiSeconds()+100*act->seconds()+6000*act->minutes()+360000*act->hours();
297 return ((
double) tempo)/ 100.0;