Header menu logo F# Header menu logo Averest

LogicProgram Type

a logic program maps each variable to its set of rules; note that x is a fact if prog[x] contains the empty rule set[{pos=set[];neg=set[]}], and x has no rules if prog[x] = set[]

Instance members

Instance member Description

this.Count

Full Usage: this.Count

Returns: int
Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this[key]

Full Usage: this[key]

Parameters:
    key : string

Returns: Set<rule>
key : string
Returns: Set<rule>

this.Keys

Full Usage: this.Keys

Returns: ICollection<string>
Returns: ICollection<string>

this.Values

Full Usage: this.Values

Returns: ICollection<Set<rule>>
Returns: ICollection<Set<rule>>

Type something to start searching.