![]() |
Orbiter 2022
Combinatorial Objects
|
Basic data structures used throughout the project. More...
Classes | |
| class | algorithms |
| catch all class for algorithms More... | |
| class | bitmatrix |
| matrices over GF(2) stored as bitvectors More... | |
| class | bitvector |
| compact storage of 0/1-data as bitvectors More... | |
| class | classify_bitvectors |
| classification of 0/1 matrices using canonical forms More... | |
| class | classify_using_canonical_forms |
| classification of objects using canonical forms More... | |
| class | data_file |
| to read data files from the poset classification algorithm More... | |
| class | data_input_stream |
| input data for classification of geometric objects from the command line More... | |
| class | data_input_stream_description |
| description of input data for classification of geometric objects from the command line More... | |
| class | data_input_stream_description_element |
| describes one element in an input stream of combinatorial objects More... | |
| class | data_structures_global |
| a catch-all container class for everything related to data structures More... | |
| class | fancy_set |
| subset of size k of a set of size n More... | |
| class | int_matrix |
| matrices over int More... | |
| class | int_vec |
| int arrays More... | |
| class | int_vector |
| vector of int More... | |
| class | lint_vec |
| long int arrays More... | |
| class | nauty_output |
| output data created by a run of nauty More... | |
| class | page_storage |
| bulk storage of group elements in compressed form More... | |
| class | partitionstack |
| data structure for set partitions following Jeffrey Leon More... | |
| class | set_builder |
| to create a set of integers from class set_builder_description More... | |
| class | set_builder_description |
| to define a set of integers for class set_builder More... | |
| class | set_of_sets |
| set of sets More... | |
| class | set_of_sets_lint |
| set of sets with entries over long int More... | |
| class | sorting |
| a collection of functions related to sorted vectors More... | |
| class | spreadsheet |
| for reading and writing of csv files More... | |
| class | string_tools |
| functions related to strings and character arrays More... | |
| class | tally |
| a statistical analysis of data consisting of single integers More... | |
| class | tally_vector_data |
| a statistical analysis of data consisting of vectors of ints More... | |
| class | vector_builder |
| to create a vector of field elements from class vector_builder_description More... | |
| class | vector_builder_description |
| to define a vector of field elements More... | |
| class | vector_hashing |
| hash tables More... | |
Functions | |
| int | string_tools_compare_strings (void *a, void *b, void *data) |
Basic data structures used throughout the project.
| int orbiter::layer1_foundations::data_structures::string_tools_compare_strings | ( | void * | a, |
| void * | b, | ||
| void * | data | ||
| ) |
Definition at line 1149 of file string_tools.cpp.