Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
vector_or_function.h File Reference
#include <algorithm>
#include <vector>
#include "ortools/base/logging.h"

Go to the source code of this file.

Classes

class  operations_research::VectorOrFunction< ScalarType, Evaluator >
 Template to abstract the access to STL functions or vector values. More...
 
class  operations_research::VectorOrFunction< ScalarType, std::vector< ScalarType > >
 Specialization for vectors. More...
 
class  operations_research::MatrixOrFunction< ScalarType, Evaluator, square >
 
class  operations_research::MatrixOrFunction< ScalarType, std::vector< std::vector< ScalarType > >, square >
 Specialization for vector-based matrices. More...
 

Namespaces

namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.