provide python interpreter for mussa qui via a seperate thread
[mussa.git] / alg / nway_paths.cpp
index 7b085a0844860164b78ca8520b4294b5ffe14f63..df2cf2e0d9794e788341a7c3c6da10d2e7596d58 100644 (file)
@@ -65,6 +65,11 @@ NwayPaths::set_soft_threshold(int sft_thres)
   soft_thres = sft_thres;
 }
 
+int NwayPaths::get_soft_threshold() const
+{
+  return soft_thres;
+}
+
 int NwayPaths::get_threshold() const
 {
   return threshold;