1
Fork 0
mirror of https://github.com/Jaxan/hybrid-ads.git synced 2025-04-27 15:07:45 +02:00
hybrid-ads/lib
2015-05-20 12:07:41 +02:00
..
adaptive_distinguishing_sequence.cpp generalised a bit and uses trie now 2015-04-17 18:35:27 +02:00
adaptive_distinguishing_sequence.hpp Refactors a lot. Also implements a basic test suite. 2015-03-19 17:25:34 +01:00
characterization_family.cpp Fixes high memory usage (one part): global suffixes do not need to be super-global. 2015-05-20 10:33:24 +02:00
characterization_family.hpp Refactor 2015-05-04 10:21:44 +02:00
CMakeLists.txt Adds partition refinement, and reading mealy machine 2015-03-19 17:25:09 +01:00
logging.hpp Fixes some warnings 2015-04-07 16:17:48 +02:00
mealy.hpp Adds another format parser 2015-05-13 17:53:36 +02:00
partition.hpp Fixes some warnings (and re-enables c++14) 2015-04-14 11:54:51 +02:00
reachability.cpp Makes the project c++11, and removes some auto's 2015-04-08 10:43:04 +02:00
reachability.hpp Added restriction to reachable sub machine 2015-04-07 16:17:28 +02:00
read_mealy_from_dot.cpp Adds another format parser 2015-05-13 17:53:36 +02:00
read_mealy_from_dot.hpp Simplifies code by removing phantom typing. 2015-04-07 08:50:18 +02:00
read_mealy_from_txt.cpp Adds another format parser 2015-05-13 17:53:36 +02:00
read_mealy_from_txt.hpp Adds another format parser 2015-05-13 17:53:36 +02:00
separating_matrix.cpp Refactor 2015-05-04 10:21:44 +02:00
separating_matrix.hpp Refactor 2015-05-04 10:21:44 +02:00
splitting_tree.cpp Fixes two missing includes 2015-05-06 17:41:49 +02:00
splitting_tree.hpp Alters the splitting tree to be minimal (for the W-method) 2015-04-20 14:14:10 +02:00
test_suite.cpp Moves test suite generation to separate files 2015-05-20 12:07:41 +02:00
test_suite.hpp Moves test suite generation to separate files 2015-05-20 12:07:41 +02:00
transfer_sequences.cpp Simplifies code by removing phantom typing. 2015-04-07 08:50:18 +02:00
transfer_sequences.hpp Adds randomization 2015-03-19 17:25:34 +01:00
trie.cpp Adds test suite size thingy 2015-04-20 10:09:07 +02:00
trie.hpp Adds test suite size thingy 2015-04-20 10:09:07 +02:00
types.hpp Linux is a bit more pedantic when it comes to size_t 2015-05-06 17:37:35 +02:00
write_tree_to_dot.cpp Fixes two missing includes 2015-05-06 17:41:49 +02:00
write_tree_to_dot.hpp Adds some docs and a tool to create the dot files for splitting trees and ad. dist. seqs. 2015-04-17 16:08:26 +02:00