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

Detailed Description

Definition at line 35 of file vector_bin_packing_parser.h.

#include <vector_bin_packing_parser.h>

Public Member Functions

bool ParseFile (absl::string_view data_filename)
::operations_research::packing::vbp::VectorBinPackingProblem problem () const

Member Function Documentation

◆ ParseFile()

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

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

Definition at line 42 of file vector_bin_packing_parser.h.


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