Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::packing::vbp::VbpParser Class Reference

#include <vector_bin_packing_parser.h>

Public Member Functions

bool ParseFile (absl::string_view data_filename)
 
::operations_research::packing::vbp::VectorBinPackingProblem problem () const
 We keep the fully qualified name for SWIG.
 

Detailed Description

Definition at line 35 of file vector_bin_packing_parser.h.

Member Function Documentation

◆ ParseFile()

bool operations_research::packing::vbp::VbpParser::ParseFile ( absl::string_view data_filename)

Return true iff there were no error, in which case problem() can be called to retrieve the parsed problem.

Checks status.

Definition at line 30 of file vector_bin_packing_parser.cc.

◆ problem()

::operations_research::packing::vbp::VectorBinPackingProblem operations_research::packing::vbp::VbpParser::problem ( ) const
inline

We keep the fully qualified name for SWIG.

Definition at line 42 of file vector_bin_packing_parser.h.


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