Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#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. | |
Definition at line 35 of file vector_bin_packing_parser.h.
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.
|
inline |
We keep the fully qualified name for SWIG.
Definition at line 42 of file vector_bin_packing_parser.h.