lemon/cplex.h
changeset 1250 97d978243703
parent 1231 1782aa72495a
child 1270 dceba191c00d
     1.1 --- a/lemon/cplex.h	Tue Jul 30 15:54:46 2013 +0200
     1.2 +++ b/lemon/cplex.h	Mon Aug 05 14:03:29 2013 +0200
     1.3 @@ -178,7 +178,7 @@
     1.4      /// This function writes the problem or the solution
     1.5      /// to a file in the given format.
     1.6      /// Trying to write in an unsupported format will trigger
     1.7 -    /// \ref UnsupportedFormatError.
     1.8 +    /// \ref lemon::LpBase::UnsupportedFormatError "UnsupportedFormatError".
     1.9      /// \param file The file path
    1.10      /// \param format The output file format.
    1.11      /// Supportted formats are "MPS", "LP" and "SOL".