Skip to content

anyof

relationalai.semantics.std.constraints
anyof(*args: Concept | Ref) -> Expression

Declare that at least one of the given concepts must be true.

  • *args

    (Concept | Ref, default: ()) - Concepts or Refs, at least one of which must be satisfied.
  • Expression - An Expression computing the anyof constraint.