validate

fun validate(inputs: Map<String, Double>, names: List<String>): Boolean(source)

Can be used to validate that the supplied names are valid for a problem definition

Return

true if the key names in inputs all appear in the set names