tuple_benchmark_run.py:
1) Changed to python3.1 to allow use of OrderedDict 2) Added domain_enumerators.indices to allow more meaninful names as indices to domain values; hence, allowing easier changing order of domain values.
1) Changed to python3.1 to allow use of OrderedDict 2) Added domain_enumerators.indices to allow more
meaninful names as indices to domain values; hence, allowing easier changing order of domain values.
tree_builder.hpp:
1) Added TREE_BUILDER_TRACE macro to allow indented printing of tuple tree. NOTE, this requires: http://svn.boost.org/svn/boost/sandbox/variadic_templates/boost/utility/ and related files.
1) Added TREE_BUILDER_TRACE macro to allow indented
printing of tuple tree. NOTE, this requires: http://svn.boost.org/svn/boost/sandbox/variadic_templates/boost/utility/ and related files.
printing of tuple tree. NOTE, this requires:
http://svn.boost.org/svn/boost/sandbox/variadic_templates/boost/utility/
and related files.
Other:
Can't remember.