Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::MPSReaderTemplate< DataWrapper > Class Template Reference

Detailed Description

template<class DataWrapper>
class operations_research::MPSReaderTemplate< DataWrapper >

Definition at line 494 of file mps_reader_template.h.

#include <mps_reader_template.h>

Public Types

using IndexType = typename DataWrapper::IndexType

Public Member Functions

 MPSReaderTemplate ()
absl::StatusOr< MPSReaderFormatParseFile (absl::string_view file_name, DataWrapper *data, MPSReaderFormat form=MPSReaderFormat::kAutoDetect)
absl::StatusOr< MPSReaderFormatParseString (absl::string_view source, DataWrapper *data, MPSReaderFormat form=MPSReaderFormat::kAutoDetect)

Member Typedef Documentation

◆ IndexType

template<class DataWrapper>
using operations_research::MPSReaderTemplate< DataWrapper >::IndexType = typename DataWrapper::IndexType

Definition at line 497 of file mps_reader_template.h.

Constructor & Destructor Documentation

◆ MPSReaderTemplate()

template<class DataWrapper>
operations_research::MPSReaderTemplate< DataWrapper >::MPSReaderTemplate ( )

Definition at line 1174 of file mps_reader_template.h.

Member Function Documentation

◆ ParseFile()

template<class DataWrapper>
absl::StatusOr< MPSReaderFormat > operations_research::MPSReaderTemplate< DataWrapper >::ParseFile ( absl::string_view file_name,
DataWrapper * data,
MPSReaderFormat form = MPSReaderFormat::kAutoDetect )

Definition at line 655 of file mps_reader_template.h.

◆ ParseString()

template<class DataWrapper>
absl::StatusOr< MPSReaderFormat > operations_research::MPSReaderTemplate< DataWrapper >::ParseString ( absl::string_view source,
DataWrapper * data,
MPSReaderFormat form = MPSReaderFormat::kAutoDetect )

Definition at line 685 of file mps_reader_template.h.


The documentation for this class was generated from the following file: