
vs_all_worst_index(+VS, -Is)

   Retrieve all worst violated variable indices from a varset

Arguments
   VS                  A varset
   Is                  A list of integers (output)

Type
   library(tentative)

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
