← Home

📐 Theory & Logic

🔷 Define Custom Sets

Define new types of sets for your information system model. Each set can have a custom shape and usage rules.

⚡ Define Custom Constraints

Define logical constraints using mathematical notation. Use quantifiers, logical operators, and set theory syntax.

Syntax Guide:

or FORALL - Universal quantifier
or EXISTS - Existential quantifier
or && or /\ - AND
or || or \/ - OR
¬ or ! or NOT - Negation
or => - Implies
forall_{x in S}[...] - Bounded quantifier
; - Statement separator

Example: forall_{x in E}[EXISTS_{y in P}[connected(x, y)]]