Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
scattered_vector.h File Reference
#include <cstddef>
#include <vector>
#include "absl/log/check.h"
#include "ortools/lp_data/lp_types.h"

Go to the source code of this file.

Classes

class  operations_research::glop::ScatteredVectorEntry< IndexType >
 
struct  operations_research::glop::ScatteredVector< Index, Iterator >
 
class  operations_research::glop::ScatteredColumnEntry
 Specializations used in the code. More...
 
class  operations_research::glop::ScatteredRowEntry
 
struct  operations_research::glop::ScatteredColumn
 
struct  operations_research::glop::ScatteredRow
 

Namespaces

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

Typedefs

using operations_research::glop::ScatteredColumnIterator = VectorIterator<ScatteredColumnEntry>
 
using operations_research::glop::ScatteredRowIterator = VectorIterator<ScatteredRowEntry>
 

Functions

const ScatteredRowoperations_research::glop::TransposedView (const ScatteredColumn &c)
 
const ScatteredColumnoperations_research::glop::TransposedView (const ScatteredRow &r)