chiark / gitweb /
routesearch: support circular routes
[ypp-sc-tools.main.git] / yarrg / rscommon.h
index 216fec30176a1ac373859d5cb1af4e4a891a8b89..45a5b3129e141af8369576e059bb386b497d823f 100644 (file)
@@ -14,6 +14,8 @@
    DF(tableau)                                 \
    DF(lp)
 
+//#define debug_flags 0
+
 #define debug debug_file
 
 #include "common.h"
@@ -121,6 +123,7 @@ void setup_value(void);
 
 typedef struct {
   double value[AP];
+  int length;
   int ports[MAX_ROUTELEN];
 } OnePotentialResult;