Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <algorithm>
#include <cstdint>
#include <string>
#include "ortools/base/file.h"
#include "ortools/base/logging.h"
Go to the source code of this file.
Classes | |
class | FileLineIterator |
Implements the minimum interface for a range-based for loop iterator. More... | |
class | FileLines |