Index: src/work/athos/makefile
===================================================================
--- src/work/athos/makefile	(revision 313)
+++ src/work/athos/makefile	(revision 314)
@@ -5,5 +5,5 @@
 #LEDAROOT ?= /ledasrc/LEDA-4.1
 #BOOSTROOT ?= /home/marci/boost
-INCLUDEDIRS ?= -I../../include -I.. -I../{marci,jacint,alpar,klao,akos,athos} #-I$(BOOSTROOT)
+INCLUDEDIRS ?= -I../../include -I.. -I../{marci,jacint,alpar,athos,akos,klao} #-I$(BOOSTROOT)
 #LEDAINCLUDE ?= -I$(LEDAROOT)/incl
 CXXFLAGS = -g -O -W -Wall $(INCLUDEDIRS) -ansi -pedantic
Index: src/work/athos/minlengthpaths.h
===================================================================
--- src/work/athos/minlengthpaths.h	(revision 310)
+++ src/work/athos/minlengthpaths.h	(revision 314)
@@ -65,8 +65,9 @@
     const LengthMap& length;
 
-    //auxiliary variable
-    //The value is 1 iff the edge is reversed
+    //auxiliry variable
+    //The value is 1 iff the edge is reversed. 
+    //If the algorithm has finished, the edges of the seeked paths are 
+    //exactly those that are reversed 
     EdgeIntMap reversed; 
-
     
   public :
@@ -84,4 +85,5 @@
       ConstMap const1map(1);
 
+      //We need a residual graph, in which some of the edges are reversed
       ResGraphType res_graph(G, reversed, const1map);
 
@@ -95,6 +97,5 @@
 	dijkstra.run(s);
 	if (!dijkstra.reached(t)){
-	  //There is no k path from s to t
-	  /// \TODO mit keresett itt ez a ++?
+	  //There are no k paths from s to t
 	  return i;
 	};
Index: src/work/athos/munkaido
===================================================================
--- src/work/athos/munkaido	(revision 277)
+++ src/work/athos/munkaido	(revision 314)
@@ -1,4 +1,5 @@
+III. - IV.1.
 pentek:	Megbeszélés	3 óra
-	megbeszeltuk Alpárral, hogy mûködjön a Suurballe 	1 óra
+	megbeszeltuk Alpárral, hogy hogyan mûködjön a Suurballe 	1 óra
 Hétfõ: 	Suurballe 	4 óra
 Kedd: 	Suurballe 	5 óra
@@ -6,2 +7,6 @@
 	Wiki beszámoló	1 óra
 Eredmény: Félkész Suurballe
+
+IV.2. - IV.9.
+pentek:	Megbeszélés	3 óra
+Hétfõ: 	Suurballe	4 óra
Index: src/work/athos/suurballe.cc
===================================================================
--- src/work/athos/suurballe.cc	(revision 310)
+++ src/work/athos/suurballe.cc	(revision 314)
@@ -124,4 +124,5 @@
   std::cout << surb_test.run(s,t,k) << std::endl;
 
+
   return 0;
 }
