COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/cplex.h

    r1231 r793  
    151151    bool _message_enabled;
    152152
    153     void _write(std::string file, std::string format) const;
    154 
    155153  public:
    156154
     
    173171    const cpxlp* cplexLp() const { return _prob; }
    174172
    175 #ifdef DOXYGEN
    176     /// Write the problem or the solution to a file in the given format
    177 
    178     /// This function writes the problem or the solution
    179     /// to a file in the given format.
    180     /// Trying to write in an unsupported format will trigger
    181     /// \ref UnsupportedFormatError.
    182     /// \param file The file path
    183     /// \param format The output file format.
    184     /// Supportted formats are "MPS", "LP" and "SOL".
    185     void write(std::string file, std::string format = "MPS") const {}
    186 #endif
    187 
    188173  };
    189174
Note: See TracChangeset for help on using the changeset viewer.