LICENSE
README.md
setup.py
acceptance/__init__.py
acceptance/conftest.py
acceptance/maybe_unique.py
acceptance/test_auto_correlation_score.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_mismatch.py
acceptance/test_multiple_cross.py
acceptance/test_pin.py
acceptance/test_reduced_crossing_with_exclude.py
acceptance/test_sample_check.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
acceptance/test_window_start.py
sweetpea/__init__.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/_internal/__init__.py
sweetpea/_internal/argcheck.py
sweetpea/_internal/auto_correlation_score.py
sweetpea/_internal/backend.py
sweetpea/_internal/base_constraint.py
sweetpea/_internal/beforestart.py
sweetpea/_internal/block.py
sweetpea/_internal/check_mismatch.py
sweetpea/_internal/combinatorics.py
sweetpea/_internal/constraint.py
sweetpea/_internal/cross_block.py
sweetpea/_internal/derivation_processor.py
sweetpea/_internal/design_graph.py
sweetpea/_internal/design_partition.py
sweetpea/_internal/distribution.py
sweetpea/_internal/encoding_diagram.py
sweetpea/_internal/iter.py
sweetpea/_internal/level.py
sweetpea/_internal/logic.py
sweetpea/_internal/main.py
sweetpea/_internal/metrics.py
sweetpea/_internal/primitive.py
sweetpea/_internal/sample_conversion.py
sweetpea/_internal/server.py
sweetpea/_internal/weight.py
sweetpea/_internal/core/__init__.py
sweetpea/_internal/core/binary.py
sweetpea/_internal/core/cnf.py
sweetpea/_internal/core/simple_sequence.py
sweetpea/_internal/core/tests.py
sweetpea/_internal/core/generate/__init__.py
sweetpea/_internal/core/generate/is_satisfiable.py
sweetpea/_internal/core/generate/sample_ilp.py
sweetpea/_internal/core/generate/sample_non_uniform.py
sweetpea/_internal/core/generate/sample_uniform.py
sweetpea/_internal/core/generate/utility.py
sweetpea/_internal/core/generate/tools/__init__.py
sweetpea/_internal/core/generate/tools/cryptominisat.py
sweetpea/_internal/core/generate/tools/docker_utility.py
sweetpea/_internal/core/generate/tools/executables.py
sweetpea/_internal/core/generate/tools/return_code.py
sweetpea/_internal/core/generate/tools/tool_error.py
sweetpea/_internal/core/generate/tools/unigen.py
sweetpea/_internal/sampling_strategy/__init__.py
sweetpea/_internal/sampling_strategy/base.py
sweetpea/_internal/sampling_strategy/cmsgen.py
sweetpea/_internal/sampling_strategy/guided.py
sweetpea/_internal/sampling_strategy/iterate.py
sweetpea/_internal/sampling_strategy/iterate_ilp.py
sweetpea/_internal/sampling_strategy/iterate_sat.py
sweetpea/_internal/sampling_strategy/random.py
sweetpea/_internal/sampling_strategy/scattered_map_core.py
sweetpea/_internal/sampling_strategy/smgen.py
sweetpea/_internal/sampling_strategy/uniform.py
sweetpea/_internal/sampling_strategy/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_continuous.py
sweetpea/tests/test_continuousfactorwindow.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_nested_block.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