SweetPea
Contents:
SweetPea Guide
Installation and Setup
Automated Installation from the Python Package Index
Manual Installation from Source
Contributing to SweetPea Development
Factorial Experiment Design
Factors
Levels
Example
Derivations
Basic Windows
Transition Windows
Within-Trial Windows
Glossary
Using SweetPea
A Simple Stroop Experiment
Building the Simple Stroop Experiment
SweetPea Feature Recap
Working With Derived Levels
Derivation
Constraints
Contributing to SweetPea
Using the GitHub Issue Tracker
Developing SweetPea
Configuring Your Development Environment
Repository Organization
Workflows
Pull Requests
Contributing to the Documentation
Installing Dependencies
Building the Documentation
Automatic vs Manual Documentation
Contributing to the Automatic Documentation
Style Guides
reStructuredText Style Guide
General
Docstrings
Python Style Guide
Note on PEP 8
Maximum Line Length
Blank Lines
Imports
String Quotes
Trailing Commas
Comments
Type-Checking or Linting Overrides
SweetPea API Documentation
sweetpea package
Subpackages
sweetpea.core package
sweetpea.sampling_strategies package
sweetpea.tests package
Submodules
sweetpea.backend module
sweetpea.base_constraint module
sweetpea.blocks module
sweetpea.combinatorics module
sweetpea.constraints module
sweetpea.derivation_processor module
sweetpea.design_graph module
sweetpea.design_partitions module
sweetpea.encoding_diagram module
sweetpea.internal module
sweetpea.logic module
sweetpea.metrics module
sweetpea.primitives module
sweetpea.server module
SweetPea
»
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
|
Y
|
Z
A
And (class in sweetpea.logic)
and_vars() (sweetpea.core.cnf.CNF static method)
append() (sweetpea.core.cnf.CNF method)
applies_to_trial() (sweetpea.primitives.Factor method)
apply() (sweetpea.base_constraint.Constraint method)
(sweetpea.constraints.Consistency static method)
(sweetpea.constraints.Derivation method)
(sweetpea.constraints.Exclude method)
(sweetpea.constraints.FullyCross static method)
(sweetpea.constraints.MinimumTrials method)
(sweetpea.constraints.MultipleCross static method)
apply_to_backend_request() (sweetpea.constraints.AtLeastKInARow method)
(sweetpea.constraints.AtMostKInARow method)
(sweetpea.constraints.ExactlyK method)
(sweetpea.constraints.ExactlyKInARow method)
args (sweetpea.primitives.DerivationWindow property)
as_dimacs_string() (sweetpea.core.cnf.CNF method)
as_haskell_cnf() (sweetpea.core.cnf.CNF method)
as_list_of_list_of_ints() (sweetpea.core.cnf.CNF method)
as_unigen_string() (sweetpea.core.cnf.CNF method)
assert_all_k_of_n_dimacs() (in module sweetpea.core.tests)
assert_k_greater_than_n() (sweetpea.core.cnf.CNF method)
assert_k_less_than_n() (sweetpea.core.cnf.CNF method)
assert_k_of_n() (sweetpea.core.cnf.CNF method)
assert_k_of_n_dimacs() (in module sweetpea.core.tests)
assertion_type (sweetpea.core.generate.utility.GenerationRequest property)
AssertionType (class in sweetpea.core.generate.utility)
assignment (sweetpea.core.generate.utility.Solution property)
at_least_k_in_a_row() (in module sweetpea.constraints)
at_most_k_in_a_row() (in module sweetpea.constraints)
AtLeastKInARow (class in sweetpea.constraints)
AtMostKInARow (class in sweetpea.constraints)
B
BackendRequest (class in sweetpea.backend)
BinaryNumber (in module sweetpea.core.binary)
Block (class in sweetpea.blocks)
boolean_values (sweetpea.core.generate.utility.GenerationRequest property)
build_backend_request() (sweetpea.blocks.Block method)
build_cnf() (in module sweetpea.server)
build_variable_list() (sweetpea.blocks.Block method)
C
c (sweetpea.logic.Not property)
calculate_samples_required() (sweetpea.blocks.Block method)
call_unigen() (in module sweetpea.core.generate.tools.unigen)
chunk() (in module sweetpea.internal)
chunk_list() (in module sweetpea.internal)
Clause (class in sweetpea.core.cnf)
CNF (class in sweetpea.core.cnf)
cnf (sweetpea.core.generate.utility.ProblemSpecification property)
cnf_is_satisfiable() (in module sweetpea.core.generate.is_satisfiable)
cnf_to_json() (in module sweetpea.logic)
collect_design_metrics() (in module sweetpea.metrics)
color_motion_congruent() (in module sweetpea.tests.test_constraints_tss)
(in module sweetpea.tests.test_derivation_processor_tss)
color_motion_incongruent() (in module sweetpea.tests.test_constraints_tss)
(in module sweetpea.tests.test_derivation_processor_tss)
combine_and_save_cnf() (in module sweetpea.core.generate.utility)
combine_cnf_with_requests() (in module sweetpea.core.generate.utility)
comparisons (sweetpea.backend.LowLevelRequest attribute)
compute_jth_combination() (in module sweetpea.combinatorics)
compute_jth_inversion_sequence() (in module sweetpea.combinatorics)
compute_soln_full_adder() (in module sweetpea.core.tests)
Consistency (class in sweetpea.constraints)
Constraint (class in sweetpea.base_constraint)
construct_permutation() (in module sweetpea.combinatorics)
ContainedCommandCannotBeFoundError (sweetpea.core.generate.tools.docker_utility.DockerRunReturnCode attribute)
ContainedCommandCannotBeInvokedError (sweetpea.core.generate.tools.docker_utility.DockerRunReturnCode attribute)
crossing_size() (sweetpea.blocks.FullyCrossBlock method)
(sweetpea.blocks.MultipleCrossBlock method)
crossing_size_without_exclusions() (sweetpea.blocks.FullyCrossBlock method)
(sweetpea.blocks.MultipleCrossBlock method)
cryptominisat_is_satisfiable() (in module sweetpea.core.generate.tools.cryptominisat)
cryptominisat_solve() (in module sweetpea.core.generate.tools.cryptominisat)
D
decode() (sweetpea.sampling_strategies.base.SamplingStrategy static method)
decode_variable() (sweetpea.blocks.Block method)
DEFAULT_DOCKER_MODE_ON (in module sweetpea.core.generate.tools.docker_utility)
derivation
Derivation (class in sweetpea.constraints)
derivation window
derivation window, transition
derivation window, within-trial
DerivationProcessor (class in sweetpea.derivation_processor)
DerivationWindow (class in sweetpea.primitives)
derive_level_from_levels() (sweetpea.primitives.ElseLevel method)
derived level
derived_level() (in module sweetpea.primitives)
DerivedFactor (class in sweetpea.primitives)
DerivedLevel (class in sweetpea.primitives)
DesignGraph (class in sweetpea.design_graph)
DesignPartitions (class in sweetpea.design_partitions)
desugar() (sweetpea.base_constraint.Constraint method)
distribute() (sweetpea.core.cnf.CNF static method)
docker_run() (in module sweetpea.core.generate.tools.docker_utility)
DockerDaemonError (sweetpea.core.generate.tools.docker_utility.DockerRunReturnCode attribute)
DockerRunError
DockerRunReturnCode (class in sweetpea.core.generate.tools.docker_utility)
DOWNLOAD_UNIGEN_ENV_VAR (in module sweetpea.core.generate.tools.executables)
draw() (sweetpea.design_graph.DesignGraph method)
draw_design_graph() (sweetpea.blocks.FullyCrossBlock method)
(sweetpea.blocks.MultipleCrossBlock method)
E
else_level() (in module sweetpea.primitives)
ElseLevel (class in sweetpea.primitives)
ensure_executable_available() (in module sweetpea.core.generate.tools.executables)
EQ (sweetpea.core.generate.utility.AssertionType attribute)
exactly_k() (in module sweetpea.constraints)
exactly_k_in_a_row() (in module sweetpea.constraints)
ExactlyK (class in sweetpea.constraints)
ExactlyKInARow (class in sweetpea.constraints)
Exclude (class in sweetpea.constraints)
exclude() (in module sweetpea.constraints)
experiment_to_csv() (in module sweetpea)
external_name (sweetpea.primitives.Level property)
extract_basic_factor_names() (sweetpea.blocks.Block method)
extract_components() (in module sweetpea.combinatorics)
extract_simplelevel() (sweetpea.constraints.Exclude method)
F
factor
Factor (class in sweetpea.primitives)
factor (sweetpea.primitives.Level attribute)
factor() (in module sweetpea.primitives)
factor_in_crossing() (sweetpea.blocks.Block method)
(sweetpea.blocks.FullyCrossBlock method)
(sweetpea.blocks.MultipleCrossBlock method)
factor_name (sweetpea.primitives.Factor property)
factor_variables_for_trial() (sweetpea.blocks.Block method)
factorial experiment
factors (sweetpea.primitives.DerivationWindow attribute)
filter_excluded_derived_levels() (sweetpea.blocks.Block method)
first_factor (sweetpea.primitives.DerivationWindow property)
first_level (sweetpea.primitives.DerivedFactor property)
(sweetpea.primitives.Factor property)
(sweetpea.primitives.SimpleFactor property)
first_variable_for_level() (sweetpea.blocks.Block method)
Flamegraph (class in sweetpea.sampling_strategies.guided)
fn (sweetpea.primitives.DerivationWindow property)
fractional factorial experiment
frequency (sweetpea.core.generate.utility.Solution property)
fresh (sweetpea.core.generate.utility.ProblemSpecification property)
from_fresh() (sweetpea.core.cnf.CNF static method)
from_json() (sweetpea.core.generate.utility.AssertionType static method)
(sweetpea.core.generate.utility.GenerationRequest static method)
(sweetpea.core.generate.utility.ProblemSpecification static method)
(sweetpea.core.generate.utility.SampleType static method)
full factorial experiment
full_adder() (sweetpea.core.cnf.CNF method)
fully crossed
fully_cross_block() (in module sweetpea)
FullyCross (class in sweetpea.constraints)
FullyCrossBlock (class in sweetpea.blocks)
G
generate() (sweetpea.sampling_strategies.guided.Flamegraph static method)
generate_argument_list() (sweetpea.derivation_processor.DerivationProcessor static method)
generate_derivations() (sweetpea.derivation_processor.DerivationProcessor static method)
generate_random_sample() (sweetpea.sampling_strategies.uniform_combinatoric.UCSolutionEnumerator method)
generate_sample() (sweetpea.sampling_strategies.uniform_combinatoric.UCSolutionEnumerator method)
generate_solution_variables() (sweetpea.sampling_strategies.uniform_combinatoric.UCSolutionEnumerator method)
generate_trail_values() (sweetpea.sampling_strategies.uniform_combinatoric.UCSolutionEnumerator method)
GenerationRequest (class in sweetpea.core.generate.utility)
get_all_external_level_names() (in module sweetpea.internal)
get_all_internal_level_names() (in module sweetpea.internal)
get_all_levels() (in module sweetpea.internal)
get_cnfs_as_json() (sweetpea.backend.BackendRequest method)
get_crossed_factors() (sweetpea.design_partitions.DesignPartitions method)
get_crossed_factors_derived() (sweetpea.design_partitions.DesignPartitions method)
get_dependent_cross_product() (sweetpea.primitives.DerivedLevel method)
get_external_level_name() (in module sweetpea.primitives)
get_fresh() (sweetpea.core.cnf.CNF method)
get_internal_level_name() (in module sweetpea.primitives)
get_level() (sweetpea.primitives.DerivedFactor method)
(sweetpea.primitives.Factor method)
(sweetpea.primitives.SimpleFactor method)
get_level_from_name() (in module sweetpea.tests.test_utils)
get_n_fresh() (sweetpea.core.cnf.CNF method)
get_requests_as_generation_requests() (sweetpea.backend.BackendRequest method)
get_requests_as_json() (sweetpea.backend.BackendRequest method)
get_source_factors() (sweetpea.design_partitions.DesignPartitions method)
get_uncrossed_basic_factors() (sweetpea.design_partitions.DesignPartitions method)
get_uncrossed_basic_independent_factors() (sweetpea.design_partitions.DesignPartitions method)
get_uncrossed_basic_source_factors() (sweetpea.design_partitions.DesignPartitions method)
get_uncrossed_derived_factors() (sweetpea.design_partitions.DesignPartitions method)
get_uncrossed_factors() (sweetpea.design_partitions.DesignPartitions method)
get_variable() (sweetpea.blocks.Block method)
GRAPH_FILE_TEMPLATE (sweetpea.sampling_strategies.guided.Flamegraph attribute)
grid_variables() (sweetpea.blocks.Block method)
(sweetpea.blocks.FullyCrossBlock method)
(sweetpea.blocks.MultipleCrossBlock method)
GT (sweetpea.core.generate.utility.AssertionType attribute)
GuidedSamplingStrategy (class in sweetpea.sampling_strategies.guided)
H
half_adder() (sweetpea.core.cnf.CNF method)
has_complex_window (sweetpea.primitives.Factor property)
has_factor() (sweetpea.blocks.Block method)
has_level() (sweetpea.primitives.Factor method)
has_value() (sweetpea.core.generate.tools.return_code.ReturnCodeEnum class method)
I
If (class in sweetpea.logic)
Iff (class in sweetpea.logic)
initial_factor_count (sweetpea.primitives.DerivationWindow attribute)
initial_levels (sweetpea.primitives.Factor attribute)
input_list (sweetpea.logic.And property)
(sweetpea.logic.Or property)
insert() (sweetpea.core.simple_sequence.SimpleSequence method)
int_to_binary() (in module sweetpea.core.binary)
internal_name (sweetpea.primitives.Level attribute)
intersperse() (in module sweetpea.internal)
is_cnf_still_sat() (in module sweetpea.server)
is_complex (sweetpea.primitives.DerivationWindow property)
is_complex() (sweetpea.constraints.Derivation method)
is_derived() (sweetpea.primitives.Factor method)
is_excluded() (sweetpea.blocks.Block method)
IsSatisfiable (sweetpea.core.generate.utility.SampleType attribute)
K
k (sweetpea.core.generate.utility.GenerationRequest property)
L
level
Level (class in sweetpea.primitives)
levels (sweetpea.primitives.DerivedFactor attribute)
(sweetpea.primitives.Factor attribute)
(sweetpea.primitives.SimpleFactor attribute)
LowLevelRequest (class in sweetpea.backend)
LT (sweetpea.core.generate.utility.AssertionType attribute)
M
minimum_trials() (in module sweetpea.constraints)
MinimumTrials (class in sweetpea.constraints)
module
sweetpea
sweetpea.backend
sweetpea.base_constraint
sweetpea.blocks
sweetpea.combinatorics
sweetpea.constraints
sweetpea.core
sweetpea.core.binary
sweetpea.core.cnf
sweetpea.core.generate
sweetpea.core.generate.is_satisfiable
sweetpea.core.generate.sample_non_uniform
sweetpea.core.generate.sample_uniform
sweetpea.core.generate.tools
sweetpea.core.generate.tools.cryptominisat
sweetpea.core.generate.tools.docker_utility
sweetpea.core.generate.tools.executables
sweetpea.core.generate.tools.return_code
sweetpea.core.generate.tools.tool_error
sweetpea.core.generate.tools.unigen
sweetpea.core.generate.utility
sweetpea.core.simple_sequence
sweetpea.core.tests
sweetpea.derivation_processor
sweetpea.design_graph
sweetpea.design_partitions
sweetpea.encoding_diagram
sweetpea.internal
sweetpea.logic
sweetpea.metrics
sweetpea.primitives
sweetpea.sampling_strategies
sweetpea.sampling_strategies.base
sweetpea.sampling_strategies.guided
sweetpea.sampling_strategies.non_uniform
sweetpea.sampling_strategies.uniform_combinatoric
sweetpea.sampling_strategies.unigen
sweetpea.server
sweetpea.tests
sweetpea.tests.sampling_strategies
sweetpea.tests.sampling_strategies.test_base_strategy
sweetpea.tests.sampling_strategies.test_guided
sweetpea.tests.sampling_strategies.test_uc_solution_enumerator
sweetpea.tests.sampling_strategies.test_uniform_combinatoric
sweetpea.tests.test_backend
sweetpea.tests.test_blocks
sweetpea.tests.test_combinatorics
sweetpea.tests.test_constraints
sweetpea.tests.test_constraints_tss
sweetpea.tests.test_derivation_processor
sweetpea.tests.test_derivation_processor_multi_argument_transition
sweetpea.tests.test_derivation_processor_tss
sweetpea.tests.test_design_graph
sweetpea.tests.test_design_partitions
sweetpea.tests.test_encoding_diagram
sweetpea.tests.test_internal
sweetpea.tests.test_logic
sweetpea.tests.test_primitives
sweetpea.tests.test_sweetpea
sweetpea.tests.test_utils
multiple_cross_block() (in module sweetpea)
MultipleCross (class in sweetpea.constraints)
MultipleCrossBlock (class in sweetpea.blocks)
N
name (sweetpea.primitives.Factor attribute)
(sweetpea.primitives.Level attribute)
no_fn() (in module sweetpea.tests.test_blocks)
(in module sweetpea.tests.test_primitives)
NonUniform (sweetpea.core.generate.utility.SampleType attribute)
NonUniformSamplingStrategy (class in sweetpea.sampling_strategies.non_uniform)
Not (class in sweetpea.logic)
O
one_different() (in module sweetpea.tests.test_derivation_processor_multi_argument_transition)
Or (class in sweetpea.logic)
or_vars() (sweetpea.core.cnf.CNF static method)
other_different() (in module sweetpea.tests.test_derivation_processor_multi_argument_transition)
P
p (sweetpea.logic.If property)
(sweetpea.logic.Iff property)
pairwise() (in module sweetpea.internal)
partially crossed
permute_complements() (in module sweetpea.core.tests)
pop_count() (sweetpea.core.cnf.CNF method)
pop_count_all_k_less_than_n_dimacs() (in module sweetpea.core.tests)
pop_count_dimacs() (in module sweetpea.core.tests)
pop_count_k_less_than_n_dimacs() (in module sweetpea.core.tests)
predicate (sweetpea.primitives.DerivationWindow attribute)
prepend() (sweetpea.core.cnf.CNF method)
print_encoding_diagram() (in module sweetpea.encoding_diagram)
print_experiments() (in module sweetpea)
print_summary() (sweetpea.sampling_strategies.guided.GuidedSamplingStrategy static method)
ProblemSpecification (class in sweetpea.core.generate.utility)
Q
q (sweetpea.logic.If property)
(sweetpea.logic.Iff property)
R
rearrage_samples() (sweetpea.blocks.Block method)
requests (sweetpea.core.generate.utility.ProblemSpecification property)
response_left() (in module sweetpea.tests.test_derivation_processor_tss)
response_right() (in module sweetpea.tests.test_derivation_processor_tss)
ReturnCodeEnum (class in sweetpea.core.generate.tools.return_code)
ripple_carry() (sweetpea.core.cnf.CNF method)
ripple_carry_dimacs() (in module sweetpea.core.tests)
S
sample() (sweetpea.sampling_strategies.base.SamplingStrategy static method)
(sweetpea.sampling_strategies.guided.GuidedSamplingStrategy static method)
(sweetpea.sampling_strategies.non_uniform.NonUniformSamplingStrategy static method)
(sweetpea.sampling_strategies.uniform_combinatoric.UniformCombinatoricSamplingStrategy static method)
(sweetpea.sampling_strategies.unigen.UnigenSamplingStrategy static method)
sample_count (sweetpea.core.generate.utility.ProblemSpecification property)
sample_non_uniform() (in module sweetpea.core.generate.sample_non_uniform)
sample_non_uniform_from_specification() (in module sweetpea.core.generate.sample_non_uniform)
sample_type (sweetpea.core.generate.utility.ProblemSpecification property)
sample_uniform() (in module sweetpea.core.generate.sample_uniform)
SampleType (class in sweetpea.core.generate.utility)
SamplingResult (class in sweetpea.sampling_strategies.base)
SamplingStrategy (class in sweetpea.sampling_strategies.base)
save_cnf() (in module sweetpea)
(in module sweetpea.core.generate.utility)
sequence() (in module sweetpea.core.tests)
set_to_one() (sweetpea.core.cnf.CNF method)
set_to_zero() (sweetpea.core.cnf.CNF method)
shift_window() (sweetpea.derivation_processor.DerivationProcessor static method)
simple_level() (in module sweetpea.primitives)
SimpleFactor (class in sweetpea.primitives)
SimpleLevel (class in sweetpea.primitives)
SimpleSequence (class in sweetpea.core.simple_sequence)
simplify_experiments() (in module sweetpea)
size (sweetpea.primitives.DerivationWindow property)
soln_full_adder() (in module sweetpea.core.tests)
Solution (class in sweetpea.core.generate.utility)
solution_count() (sweetpea.sampling_strategies.uniform_combinatoric.UCSolutionEnumerator method)
stride (sweetpea.primitives.DerivationWindow attribute)
(sweetpea.primitives.TransitionDerivationWindow attribute)
(sweetpea.primitives.WithinTrialDerivationWindow attribute)
support (sweetpea.core.generate.utility.ProblemSpecification property)
sweetpea
module
sweetpea.backend
module
sweetpea.base_constraint
module
sweetpea.blocks
module
sweetpea.combinatorics
module
sweetpea.constraints
module
sweetpea.core
module
sweetpea.core.binary
module
sweetpea.core.cnf
module
sweetpea.core.generate
module
sweetpea.core.generate.is_satisfiable
module
sweetpea.core.generate.sample_non_uniform
module
sweetpea.core.generate.sample_uniform
module
sweetpea.core.generate.tools
module
sweetpea.core.generate.tools.cryptominisat
module
sweetpea.core.generate.tools.docker_utility
module
sweetpea.core.generate.tools.executables
module
sweetpea.core.generate.tools.return_code
module
sweetpea.core.generate.tools.tool_error
module
sweetpea.core.generate.tools.unigen
module
sweetpea.core.generate.utility
module
sweetpea.core.simple_sequence
module
sweetpea.core.tests
module
sweetpea.derivation_processor
module
sweetpea.design_graph
module
sweetpea.design_partitions
module
sweetpea.encoding_diagram
module
sweetpea.internal
module
sweetpea.logic
module
sweetpea.metrics
module
sweetpea.primitives
module
sweetpea.sampling_strategies
module
sweetpea.sampling_strategies.base
module
sweetpea.sampling_strategies.guided
module
sweetpea.sampling_strategies.non_uniform
module
sweetpea.sampling_strategies.uniform_combinatoric
module
sweetpea.sampling_strategies.unigen
module
sweetpea.server
module
sweetpea.tests
module
sweetpea.tests.sampling_strategies
module
sweetpea.tests.sampling_strategies.test_base_strategy
module
sweetpea.tests.sampling_strategies.test_guided
module
sweetpea.tests.sampling_strategies.test_uc_solution_enumerator
module
sweetpea.tests.sampling_strategies.test_uniform_combinatoric
module
sweetpea.tests.test_backend
module
sweetpea.tests.test_blocks
module
sweetpea.tests.test_combinatorics
module
sweetpea.tests.test_constraints
module
sweetpea.tests.test_constraints_tss
module
sweetpea.tests.test_derivation_processor
module
sweetpea.tests.test_derivation_processor_multi_argument_transition
module
sweetpea.tests.test_derivation_processor_tss
module
sweetpea.tests.test_design_graph
module
sweetpea.tests.test_design_partitions
module
sweetpea.tests.test_encoding_diagram
module
sweetpea.tests.test_internal
module
sweetpea.tests.test_logic
module
sweetpea.tests.test_primitives
module
sweetpea.tests.test_sweetpea
module
sweetpea.tests.test_utils
module
synthesize_trials() (in module sweetpea)
synthesize_trials_non_uniform() (in module sweetpea)
synthesize_trials_uniform() (in module sweetpea)
T
tabulate_experiments() (in module sweetpea)
temporary_cnf_file() (in module sweetpea.core.generate.utility)
test_apply_demorgan() (in module sweetpea.tests.test_logic)
test_atmostkinarow() (in module sweetpea.tests.test_constraints)
test_atmostkinarow_disallows_k_of_zero() (in module sweetpea.tests.test_constraints)
test_atmostkinarow_validate() (in module sweetpea.tests.test_constraints)
test_atmostkinarow_with_multiple_transitions() (in module sweetpea.tests.test_constraints)
test_atmostkinarow_with_transition() (in module sweetpea.tests.test_constraints)
test_base_window_validation() (in module sweetpea.tests.test_primitives)
test_basic_graph() (in module sweetpea.tests.test_design_graph)
test_block_get_variable() (in module sweetpea.tests.test_blocks)
test_build_variable_list_for_complex_factors() (in module sweetpea.tests.test_blocks)
test_build_variable_list_for_simple_factors() (in module sweetpea.tests.test_blocks)
test_build_variable_list_for_three_derived_levels() (in module sweetpea.tests.test_blocks)
test_cnf_to_json() (in module sweetpea.tests.test_logic)
test_committed_to_solution() (in module sweetpea.tests.sampling_strategies.test_guided)
test_compute_jth_combination() (in module sweetpea.tests.test_combinatorics)
test_compute_jth_inversion_sequence() (in module sweetpea.tests.test_combinatorics)
test_consistency() (in module sweetpea.tests.test_constraints)
test_consistency_with_general_window() (in module sweetpea.tests.test_constraints)
test_consistency_with_multiple_transitions() (in module sweetpea.tests.test_constraints)
test_consistency_with_transition() (in module sweetpea.tests.test_constraints)
test_consistency_with_transition_first_and_uneven_level_lengths() (in module sweetpea.tests.test_constraints)
test_constraint_violation() (in module sweetpea.tests.sampling_strategies.test_uniform_combinatoric)
test_construct_permutation() (in module sweetpea.tests.test_combinatorics)
test_decode() (in module sweetpea.tests.sampling_strategies.test_base_strategy)
test_decode_with_general_window() (in module sweetpea.tests.sampling_strategies.test_base_strategy)
test_decode_with_transition() (in module sweetpea.tests.sampling_strategies.test_base_strategy)
test_decode_with_transition_and_only_positive_variables() (in module sweetpea.tests.sampling_strategies.test_base_strategy)
test_derivation() (in module sweetpea.tests.test_constraints)
test_derivation_with_general_window() (in module sweetpea.tests.test_constraints)
test_derivation_with_multiple_transitions() (in module sweetpea.tests.test_constraints)
test_derivation_with_three_level_transition() (in module sweetpea.tests.test_constraints)
test_derivation_with_transition() (in module sweetpea.tests.test_constraints)
test_derivation_with_unusual_order() (in module sweetpea.tests.test_constraints_tss)
test_derived_level_argument_list_expansion() (in module sweetpea.tests.test_primitives)
test_derived_level_equality() (in module sweetpea.tests.test_primitives)
test_derived_level_get_dependent_cross_product() (in module sweetpea.tests.test_primitives)
test_derived_level_get_dependent_cross_product_with_nesting() (in module sweetpea.tests.test_primitives)
test_derived_level_validation() (in module sweetpea.tests.test_primitives)
test_distribute_ors_naive() (in module sweetpea.tests.test_logic)
test_distribute_ors_switching() (in module sweetpea.tests.test_logic)
test_eliminate_iff() (in module sweetpea.tests.test_logic)
test_else_level() (in module sweetpea.tests.test_primitives)
test_exactlykinarow() (in module sweetpea.tests.test_constraints)
test_exactlykinarow_disallows_k_of_zero() (in module sweetpea.tests.test_constraints)
test_example_counts() (in module sweetpea.tests.sampling_strategies.test_uniform_combinatoric)
test_exclude() (in module sweetpea.tests.test_constraints)
test_exclude_with_general_window() (in module sweetpea.tests.test_constraints)
test_exclude_with_reduced_crossing() (in module sweetpea.tests.test_constraints)
test_exclude_with_three_derived_levels() (in module sweetpea.tests.test_constraints)
test_exclude_with_transition() (in module sweetpea.tests.test_constraints)
test_extract_components() (in module sweetpea.tests.test_combinatorics)
test_factor_applies_to_trial() (in module sweetpea.tests.test_primitives)
test_factor_get_level() (in module sweetpea.tests.test_primitives)
test_factor_has_complex_window() (in module sweetpea.tests.test_primitives)
test_factor_is_derived() (in module sweetpea.tests.test_primitives)
test_factor_validation() (in module sweetpea.tests.test_primitives)
test_factor_variables_for_trial() (in module sweetpea.tests.test_blocks)
test_factor_variables_for_trial_with_expanded_crossing() (in module sweetpea.tests.test_blocks)
test_full_adder_dimacs() (in module sweetpea.core.tests)
test_fully_cross_block_crossing_size_with_exclude() (in module sweetpea.tests.test_blocks)
test_fully_cross_block_crossing_size_with_overlapping_exclude() (in module sweetpea.tests.test_blocks)
test_fully_cross_block_decode_variable() (in module sweetpea.tests.test_blocks)
test_fully_cross_block_decode_variable_with_general_window() (in module sweetpea.tests.test_blocks)
test_fully_cross_block_decode_variable_with_transition_first() (in module sweetpea.tests.test_blocks)
test_fully_cross_block_first_variable_for_factor() (in module sweetpea.tests.test_blocks)
test_fully_cross_block_first_variable_for_factor_with_color3() (in module sweetpea.tests.test_blocks)
test_fully_cross_block_grid_variables() (in module sweetpea.tests.test_blocks)
test_fully_cross_block_should_copy_input_lists() (in module sweetpea.tests.test_blocks)
test_fully_cross_block_trials_per_sample() (in module sweetpea.tests.test_blocks)
test_fully_cross_block_trials_per_sample_with_transition_in_crossing() (in module sweetpea.tests.test_blocks)
test_fully_cross_block_variables_for_factor() (in module sweetpea.tests.test_blocks)
test_fully_cross_block_variables_per_sample() (in module sweetpea.tests.test_blocks)
test_fully_cross_block_variables_per_trial() (in module sweetpea.tests.test_blocks)
test_fully_cross_simple() (in module sweetpea.tests.test_constraints)
test_fully_cross_with_constraint() (in module sweetpea.tests.test_constraints)
test_fully_cross_with_three_factors() (in module sweetpea.tests.test_constraints_tss)
test_fully_cross_with_transition_in_crossing() (in module sweetpea.tests.test_constraints)
test_fully_cross_with_transition_in_design() (in module sweetpea.tests.test_constraints)
test_fully_cross_with_uncrossed_simple_factors() (in module sweetpea.tests.test_constraints)
test_generate_argument_list_with_transition() (in module sweetpea.tests.test_derivation_processor)
test_generate_argument_list_with_within_trial() (in module sweetpea.tests.test_derivation_processor)
test_generate_crossing_instances() (in module sweetpea.tests.sampling_strategies.test_uc_solution_enumerator)
test_generate_derivations() (in module sweetpea.tests.test_derivation_processor_multi_argument_transition)
test_generate_derivations_should_produce_warning_if_some_level_is_unreachable() (in module sweetpea.tests.test_derivation_processor)
test_generate_derivations_should_raise_error_if_fn_doesnt_return_a_boolean() (in module sweetpea.tests.test_derivation_processor)
test_generate_derivations_should_raise_error_if_some_factor_matches_multiple_levels() (in module sweetpea.tests.test_derivation_processor)
test_generate_derivations_transition() (in module sweetpea.tests.test_derivation_processor)
test_generate_derivations_when_derived_factor_precedes_dependencies() (in module sweetpea.tests.test_derivation_processor_tss)
test_generate_derivations_with_multiple_transitions() (in module sweetpea.tests.test_derivation_processor)
test_generate_derivations_with_transition_that_depends_on_derived_levels() (in module sweetpea.tests.test_derivation_processor_tss)
test_generate_derivations_with_window() (in module sweetpea.tests.test_derivation_processor)
test_generate_derivations_within_trial() (in module sweetpea.tests.test_derivation_processor)
test_generate_encoding_diagram() (in module sweetpea.tests.test_encoding_diagram)
test_generate_encoding_diagram_with_constraint_and_multiple_transitions() (in module sweetpea.tests.test_encoding_diagram)
test_generate_encoding_diagram_with_constraint_and_multiple_transitions_in_different_order() (in module sweetpea.tests.test_encoding_diagram)
test_generate_encoding_diagram_with_transition() (in module sweetpea.tests.test_encoding_diagram)
test_generate_encoding_diagram_with_window_with_stride() (in module sweetpea.tests.test_encoding_diagram)
test_generate_encoding_diagram_with_windows() (in module sweetpea.tests.test_encoding_diagram)
test_generate_sample_basic_stroop() (in module sweetpea.tests.sampling_strategies.test_uc_solution_enumerator)
test_generate_sample_basic_stroop_uneven_colors() (in module sweetpea.tests.sampling_strategies.test_uc_solution_enumerator)
test_generate_sample_basic_stroop_variation() (in module sweetpea.tests.sampling_strategies.test_uc_solution_enumerator)
test_generate_source_combinations() (in module sweetpea.tests.sampling_strategies.test_uc_solution_enumerator)
test_get_all_external_level_names() (in module sweetpea.tests.test_internal)
test_get_crossed_factors() (in module sweetpea.tests.test_design_partitions)
test_get_crossed_factors_derived() (in module sweetpea.tests.test_design_partitions)
test_get_uncrossed_basic_factors() (in module sweetpea.tests.test_design_partitions)
test_get_uncrossed_basic_independent_factors() (in module sweetpea.tests.test_design_partitions)
test_get_uncrossed_basic_source_factors() (in module sweetpea.tests.test_design_partitions)
test_get_uncrossed_derived_factors() (in module sweetpea.tests.test_design_partitions)
test_graph_paths() (in module sweetpea.tests.test_design_graph)
test_half_adder_dimacs() (in module sweetpea.core.tests)
test_has_factor() (in module sweetpea.tests.test_blocks)
test_intersperse() (in module sweetpea.tests.test_internal)
test_kinarow_with_bad_factor() (in module sweetpea.tests.test_constraints)
test_low_level_request_validation() (in module sweetpea.tests.test_backend)
test_nomorethankinarow_sugar() (in module sweetpea.tests.test_constraints)
test_shift_window() (in module sweetpea.tests.test_derivation_processor)
(in module sweetpea.tests.test_derivation_processor_multi_argument_transition)
test_to_cnf_naive() (in module sweetpea.tests.test_logic)
test_to_cnf_switching() (in module sweetpea.tests.test_logic)
test_to_cnf_tseitin() (in module sweetpea.tests.test_logic)
test_tseitin_cache() (in module sweetpea.tests.test_logic)
test_tseitin_rep_and() (in module sweetpea.tests.test_logic)
test_tseitin_rep_if() (in module sweetpea.tests.test_logic)
test_tseitin_rep_iff() (in module sweetpea.tests.test_logic)
test_tseitin_rep_not() (in module sweetpea.tests.test_logic)
test_tseitin_rep_or() (in module sweetpea.tests.test_logic)
test_tseitin_rep_variables() (in module sweetpea.tests.test_logic)
test_validate_accepts_basic_factors() (in module sweetpea.tests.sampling_strategies.test_uniform_combinatoric)
test_validate_accepts_derived_factors_with_simple_windows() (in module sweetpea.tests.sampling_strategies.test_uniform_combinatoric)
test_validate_rejects_derived_factors_with_complex_windows() (in module sweetpea.tests.sampling_strategies.test_uniform_combinatoric)
test_validate_rejects_exclude_constraints() (in module sweetpea.tests.sampling_strategies.test_uniform_combinatoric)
test_variable_list_for_trial() (in module sweetpea.tests.test_blocks)
to_cnf_naive() (in module sweetpea.logic)
to_cnf_switching() (in module sweetpea.logic)
to_cnf_tseitin() (in module sweetpea.logic)
to_dict() (sweetpea.backend.LowLevelRequest method)
to_generation_request() (sweetpea.backend.LowLevelRequest method)
ToolError
Transition (in module sweetpea.primitives)
transition window
transition() (in module sweetpea.primitives)
TransitionDerivationWindow (class in sweetpea.primitives)
trial
trials_per_sample() (sweetpea.blocks.Block method)
(sweetpea.blocks.FullyCrossBlock method)
(sweetpea.blocks.MultipleCrossBlock method)
two_con() (in module sweetpea.tests.test_derivation_processor)
two_not_con() (in module sweetpea.tests.test_derivation_processor)
U
UCSolutionEnumerator (class in sweetpea.sampling_strategies.uniform_combinatoric)
Uniform (sweetpea.core.generate.utility.SampleType attribute)
UniformCombinatoricSamplingStrategy (class in sweetpea.sampling_strategies.uniform_combinatoric)
UNIGEN_EXE_ENV_VAR (in module sweetpea.core.generate.tools.executables)
UnigenError
UnigenSamplingStrategy (class in sweetpea.sampling_strategies.unigen)
V
validate() (sweetpea.base_constraint.Constraint method)
(sweetpea.constraints.Consistency method)
(sweetpea.constraints.Derivation method)
(sweetpea.constraints.Exclude method)
(sweetpea.constraints.FullyCross method)
(sweetpea.constraints.MinimumTrials method)
(sweetpea.constraints.MultipleCross method)
validate_factor_and_level() (in module sweetpea.constraints)
value (sweetpea.core.cnf.Var property)
Var (class in sweetpea.core.cnf)
variable_list_for_trial() (sweetpea.blocks.Block method)
variables_for_factor() (sweetpea.blocks.Block method)
variables_per_sample() (sweetpea.blocks.Block method)
variables_per_trial() (sweetpea.blocks.Block method)
(sweetpea.blocks.FullyCrossBlock method)
(sweetpea.blocks.MultipleCrossBlock method)
W
weight (sweetpea.primitives.DerivedLevel attribute)
(sweetpea.primitives.ElseLevel attribute)
(sweetpea.primitives.Level property)
(sweetpea.primitives.SimpleLevel attribute)
width (sweetpea.primitives.DerivationWindow attribute)
(sweetpea.primitives.TransitionDerivationWindow attribute)
(sweetpea.primitives.WithinTrialDerivationWindow attribute)
window
Window (in module sweetpea.primitives)
window (sweetpea.primitives.DerivedLevel attribute)
window() (in module sweetpea.primitives)
within-trial derivation
within_trial() (in module sweetpea.primitives)
WithinTrial (in module sweetpea.primitives)
WithinTrialDerivationWindow (class in sweetpea.primitives)
X
xnor_vars() (sweetpea.core.cnf.CNF static method)
xor_vars() (sweetpea.core.cnf.CNF static method)
Y
yes_fn() (in module sweetpea.tests.test_blocks)
(in module sweetpea.tests.test_primitives)
Z
zero_out() (sweetpea.core.cnf.CNF method)