Enum ShowType
Enumeration of bit flags to select symbols in models
Namespace: ClingoSharp.CoreServices.Enums
Assembly: ClingoSharp.CoreServices.dll
Syntax
[Flags]
public enum ShowType
Fields
Name | Description |
---|---|
All | Select everything |
Atoms | Select all atoms |
Complement | Select false instead of true atoms (Atoms) or terms (Terms). |
CSP | Select CSP assignments |
Shown | Select shown atoms and terms |
Terms | Select all terms |