Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Mo_Query Struct Reference

A query for Mo's algorithm: inclusive range [l, r] with id. More...

#include <tpl_mo_algorithm.H>

Collaboration diagram for Aleph::Mo_Query:
[legend]

Public Attributes

size_t l
 Left endpoint (inclusive, 0-based).
 
size_t r
 Right endpoint (inclusive, 0-based).
 
size_t id
 Original query index (for reordering answers).
 

Detailed Description

A query for Mo's algorithm: inclusive range [l, r] with id.

Definition at line 82 of file tpl_mo_algorithm.H.

Member Data Documentation

◆ id

size_t Aleph::Mo_Query::id

Original query index (for reordering answers).

Definition at line 86 of file tpl_mo_algorithm.H.

◆ l

size_t Aleph::Mo_Query::l

◆ r

size_t Aleph::Mo_Query::r

The documentation for this struct was generated from the following file: