README.md
setup.py
acceptance/__init__.py
acceptance/conftest.py
acceptance/test_crossed_derived_via_rejection.py
acceptance/test_exhaust_combinatoric.py
acceptance/test_general_window.py
acceptance/test_guided_sampling.py
acceptance/test_implied.py
acceptance/test_k_constraint.py
acceptance/test_minimum_trials.py
acceptance/test_multiple_cross.py
acceptance/test_reduced_crossing_with_exclude.py
acceptance/test_server.py
acceptance/test_stroop.py
acceptance/test_stroop_crossing_with_derived.py
acceptance/test_task_switching_simple.py
acceptance/test_transition_with_three_levels.py
acceptance/test_uniform_combinatoric.py
acceptance/test_weights.py
sweetpea/__init__.py
sweetpea/backend.py
sweetpea/base_constraint.py
sweetpea/blocks.py
sweetpea/combinatorics.py
sweetpea/constraints.py
sweetpea/derivation_processor.py
sweetpea/design_graph.py
sweetpea/design_partitions.py
sweetpea/encoding_diagram.py
sweetpea/logic.py
sweetpea/metrics.py
sweetpea/primitives.py
sweetpea/server.py
sweetpea.egg-info/PKG-INFO
sweetpea.egg-info/SOURCES.txt
sweetpea.egg-info/dependency_links.txt
sweetpea.egg-info/requires.txt
sweetpea.egg-info/top_level.txt
sweetpea/core/__init__.py
sweetpea/core/binary.py
sweetpea/core/cnf.py
sweetpea/core/simple_sequence.py
sweetpea/core/tests.py
sweetpea/core/generate/__init__.py
sweetpea/core/generate/is_satisfiable.py
sweetpea/core/generate/sample_non_uniform.py
sweetpea/core/generate/sample_uniform.py
sweetpea/core/generate/utility.py
sweetpea/core/generate/tools/__init__.py
sweetpea/core/generate/tools/cryptominisat.py
sweetpea/core/generate/tools/docker_utility.py
sweetpea/core/generate/tools/executables.py
sweetpea/core/generate/tools/return_code.py
sweetpea/core/generate/tools/tool_error.py
sweetpea/core/generate/tools/unigen.py
sweetpea/internal/__init__.py
sweetpea/internal/argcheck.py
sweetpea/internal/iter.py
sweetpea/internal/levels.py
sweetpea/internal/weight.py
sweetpea/sampling_strategies/__init__.py
sweetpea/sampling_strategies/base.py
sweetpea/sampling_strategies/cmsgen.py
sweetpea/sampling_strategies/guided.py
sweetpea/sampling_strategies/non_uniform.py
sweetpea/sampling_strategies/uniform_combinatoric.py
sweetpea/sampling_strategies/unigen.py
sweetpea/tests/__init__.py
sweetpea/tests/test_backend.py
sweetpea/tests/test_blocks.py
sweetpea/tests/test_combinatorics.py
sweetpea/tests/test_constraints.py
sweetpea/tests/test_constraints_tss.py
sweetpea/tests/test_derivation_processor.py
sweetpea/tests/test_derivation_processor_multi_argument_transition.py
sweetpea/tests/test_derivation_processor_tss.py
sweetpea/tests/test_design_graph.py
sweetpea/tests/test_design_partitions.py
sweetpea/tests/test_encoding_diagram.py
sweetpea/tests/test_internal.py
sweetpea/tests/test_logic.py
sweetpea/tests/test_primitives.py
sweetpea/tests/test_sweetpea.py
sweetpea/tests/sampling_strategies/__init__.py
sweetpea/tests/sampling_strategies/test_base_strategy.py
sweetpea/tests/sampling_strategies/test_guided.py
sweetpea/tests/sampling_strategies/test_uc_solution_enumerator.py
sweetpea/tests/sampling_strategies/test_uniform_combinatoric.py