Creates a constraint on 2 distributions in a paramset, i.e. a restriction limiting the allowed combinations from the ranges for distribution 1 and distribution 2.
add.distribution.constraint(strategy, paramset.label, distribution.label.1,
distribution.label.2, operator, label, store = TRUE)
the name of the strategy object to add the constraint to
a label uniquely identifying the paramset within the strategy
a label identifying the first distribution
a label identifying the second distribution
an operator specifying the relational constraint between the 2 distributions
a label uniquely identifying the constraint within the paramset
indicates whether to store the strategy in the .strategy environment