equal
deleted
inserted
replaced
1 /* -*- mode: C++; indent-tabs-mode: nil; -*- |
1 /* -*- mode: C++; indent-tabs-mode: nil; -*- |
2 * |
2 * |
3 * This file is a part of LEMON, a generic C++ optimization library. |
3 * This file is a part of LEMON, a generic C++ optimization library. |
4 * |
4 * |
5 * Copyright (C) 2003-2009 |
5 * Copyright (C) 2003-2010 |
6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport |
6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport |
7 * (Egervary Research Group on Combinatorial Optimization, EGRES). |
7 * (Egervary Research Group on Combinatorial Optimization, EGRES). |
8 * |
8 * |
9 * Permission to use, modify and distribute this software is granted |
9 * Permission to use, modify and distribute this software is granted |
10 * provided that this copyright notice appears in all copies. For |
10 * provided that this copyright notice appears in all copies. For |
2007 return true; |
2007 return true; |
2008 } |
2008 } |
2009 |
2009 |
2010 /// \brief Run the algorithm. |
2010 /// \brief Run the algorithm. |
2011 /// |
2011 /// |
2012 /// This method runs the \c %MaxWeightedPerfectFractionalMatching |
2012 /// This method runs the \c %MaxWeightedPerfectFractionalMatching |
2013 /// algorithm. |
2013 /// algorithm. |
2014 /// |
2014 /// |
2015 /// \note mwfm.run() is just a shortcut of the following code. |
2015 /// \note mwfm.run() is just a shortcut of the following code. |
2016 /// \code |
2016 /// \code |
2017 /// mwpfm.init(); |
2017 /// mwpfm.init(); |