
poss_conflict_vars(+ConflictSet, -Vars)

   Returns the set of variables within the conflict constraints in ConflictSet.

Arguments
   ConflictSet         name or handle of a conflict set
   Vars                Variables within conflict constraints

Type
   library(repair)

Description
The set of variables within the conflict constraints.
This is generally a mixture of tenable and untenable variables.


