[ library(tentative) | Reference Manual | Alphabetic Index ]
vs_all_worst_index(+VS, -Is)
Retrieve all worst violated variable indices from a varset
- VS
- A varset
- Is
- A list of integers (output)
Description
Retrieve all variable indices from a varset whose violation count is
maximal in the varset.
Modes and Determinism
- vs_all_worst_index(+, -) is det
See Also
vs_random_worst_index / 2, vs_worst_index / 2, vs_all_worst / 2