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-07-10 09:31:39 +02:00
..
adaptive_distinguishing_sequence.cpp Fix for gcc (-fpermissive) 2015-06-05 15:57:48 +02:00
adaptive_distinguishing_sequence.hpp Fix for gcc (-fpermissive) 2015-06-05 15:57:48 +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 Reduces memory usage a bit by using smaller types. 2015-05-21 15:56:16 +02:00
partition.hpp Fixes some warnings (and re-enables c++14) 2015-04-14 11:54:51 +02:00
reachability.cpp Reduces memory usage a bit by using smaller types. 2015-05-21 15:56:16 +02:00
reachability.hpp Added restriction to reachable sub machine 2015-04-07 16:17:28 +02:00
read_mealy.cpp Refactors a bit 2015-05-21 14:13:04 +02:00
read_mealy.hpp Merges the read_mealy files 2015-05-20 12:23:13 +02:00
separating_family.cpp Simplified the lca implementation (now without state) 2015-07-10 09:31:39 +02:00
separating_family.hpp Refactors a bit 2015-05-21 14:13:04 +02:00
splitting_tree.cpp Simplified the lca implementation (now without state) 2015-07-10 09:31:39 +02:00
splitting_tree.hpp Simplified the lca implementation (now without state) 2015-07-10 09:31:39 +02:00
test_suite.cpp Adds expected length (in randomised phase) as option to main 2015-05-21 16:45:33 +02:00
test_suite.hpp The good fix (I hope), and removes an attribute 2015-05-22 15:58:01 +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.hpp Makes it c++11 again (only for main). Hopefully compiles on VS 2013 again. 2015-05-22 15:52:03 +02:00
types.hpp The good fix (I hope), and removes an attribute 2015-05-22 15:58:01 +02:00
write_tree_to_dot.cpp Fix for gcc (-fpermissive) 2015-06-05 15:57:48 +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