Lines Matching refs:satisfied
97 # determine whether a dependency is satisfied under all combinations of
99 # satisfied. When a VariantCombinations is created, it is provided a
104 # been satisfied. The class also provides methods for manipulating the
105 # instances while maintaining consistency between the satisfied set and the
175 and have not been satisfied for a particular action."""
177 def __init__(self, vct, satisfied):
184 The 'satisfied' parameter is a boolean which determines whether
186 satisfied or unsatisfied."""
226 if satisfied:
277 def issubset(self, vc, satisfied):
279 instances in vc. 'satisfied' determines whether the instances
280 compared are drawn from the set of satisfied instances or the
283 if satisfied:
314 """Find those combinations of variants that are satisfied only
357 satisfied. Returns a boolean indicating whether any changes
368 """For all satisfied instances in vc, mark those instances as
379 """Mark all instances as being satisfied."""
386 have been satisfied."""