gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Minor doc improvements in HaoOrlin (#58)
0 1 0
default
1 file changed with 5 insertions and 5 deletions:
↑ Collapse diff ↑
Ignore white space 6 line context
... ...
@@ -821,7 +821,7 @@
821 821
    /// \n
822 822
    /// If you need more control on the execution,
823 823
    /// first you must call \ref init(), then the \ref calculateIn() or
824
    /// \ref calculateIn() functions.
824
    /// \ref calculateOut() functions.
825 825

	
826 826
    /// @{
827 827

	
... ...
@@ -883,8 +883,8 @@
883 883
    /// source-side.
884 884
    ///
885 885
    /// Calculates a minimum cut with \f$ source \f$ on the
886
    /// source-side (i.e. a set \f$ X\subsetneq V \f$ with \f$ source
887
    /// \in X \f$ and minimal out-degree).
886
    /// source-side (i.e. a set \f$ X\subsetneq V \f$ with
887
    /// \f$ source \in X \f$ and minimal out-degree).
888 888
    void calculateOut() {
889 889
      findMinCutOut();
890 890
    }
... ...
@@ -893,8 +893,8 @@
893 893
    /// target-side.
894 894
    ///
895 895
    /// Calculates a minimum cut with \f$ source \f$ on the
896
    /// target-side (i.e. a set \f$ X\subsetneq V \f$ with \f$ source
897
    /// \in X \f$ and minimal out-degree).
896
    /// target-side (i.e. a set \f$ X\subsetneq V \f$ with
897
    /// \f$ source \in X \f$ and minimal out-degree).
898 898
    void calculateIn() {
899 899
      findMinCutIn();
900 900
    }
0 comments (0 inline)