Skip to content
Commits on Source (2)
......@@ -3,8 +3,6 @@ Author: Gert Wollny <gw.fossdev@gmail.com>
Description: Work around a faulty tarball in debian
Date: Tue Jul 21 19:30:11 2015 +0200
diff --git a/maxflow.cpp b/maxflow.cpp
index 28d49f7..711eb90 100644
--- a/maxflow.cpp
+++ b/maxflow.cpp
@@ -1,6 +1,7 @@
......@@ -16,8 +14,6 @@ index 28d49f7..711eb90 100644
This file is part of MAXFLOW.
diff --git a/maxflow.h b/maxflow.h
index f3dd2ed..713d7b0 100644
--- a/maxflow.h
+++ b/maxflow.h
@@ -1,5 +1,6 @@
......@@ -28,8 +24,6 @@ index f3dd2ed..713d7b0 100644
This file is part of MAXFLOW.
diff --git a/maxflow/block.h b/maxflow/block.h
index a0ee762..87a7216 100644
--- a/maxflow/block.h
+++ b/maxflow/block.h
@@ -1,5 +1,6 @@
......@@ -40,8 +34,6 @@ index a0ee762..87a7216 100644
This file is part of MAXFLOW.
diff --git a/maxflow/graph.cpp b/maxflow/graph.cpp
index 42c4478..40e348c 100644
--- a/maxflow/graph.cpp
+++ b/maxflow/graph.cpp
@@ -1,7 +1,7 @@
......@@ -54,8 +46,6 @@ index 42c4478..40e348c 100644
This file is part of MAXFLOW.
diff --git a/maxflow/graph.h b/maxflow/graph.h
index 6a6da37..e723871 100644
--- a/maxflow/graph.h
+++ b/maxflow/graph.h
@@ -1,6 +1,7 @@
......@@ -67,8 +57,6 @@ index 6a6da37..e723871 100644
This file is part of MAXFLOW.
diff --git a/test_maxflow.cpp b/test_maxflow.cpp
index 48f5e61..8cacc2f 100644
--- a/test_maxflow.cpp
+++ b/test_maxflow.cpp
@@ -1,4 +1,8 @@
......
/* maxflow.cpp */
/*
Copyright 2006-2015
Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
Copyright Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
This file is part of MAXFLOW.
......
/*
Copyright 2006-2015
Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
Copyright Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
This file is part of MAXFLOW.
......
/*
Copyright 2006-2015
Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
Copyright Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
This file is part of MAXFLOW.
......
/* graph.cpp provides the implementation of the template methods */
/*
Copyright 2006-2015
Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
Copyright Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
This file is part of MAXFLOW.
......
/* graph.h */
/*
Copyright 2006-2015
Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
Copyright Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
This file is part of MAXFLOW.
......
/*
Copyright 2006-2015,
Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
This file is part of MAXFLOW.
MAXFLOW is free software: you can redistribute it and/or modify
......