Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <opb_reader.h>
Public Member Functions | |
OpbReader ()=default | |
OpbReader (const OpbReader &)=delete | |
This type is neither copyable nor movable. | |
OpbReader & | operator= (const OpbReader &)=delete |
bool | Load (const std::string &filename, LinearBooleanProblem *problem) |
Loads the given opb filename into the given problem. | |
This class loads a file in pbo file format into a LinearBooleanProblem. The format is described here: http://www.cril.univ-artois.fr/PB12/format.pdf
Definition at line 36 of file opb_reader.h.
|
default |
|
delete |
This type is neither copyable nor movable.
|
inline |
Loads the given opb filename into the given problem.
Definition at line 44 of file opb_reader.h.