class

Lrama::Counterexamples

Inherits Reference < Object

See: https://www.cs.cornell.edu/andru/papers/cupex/cupex.pdf 4. Constructing Nonunifying Counterexamples

Constants

CumulativeTimeLimit = 120
PathSearchTimeLimit = 10

Constructors

new(states : States)
Source

Instance methods

compute(conflict_state : State) : Array(Example)
Source
inspect

Returns an unambiguous and information-rich string representation of this object, typically intended for developers.

This method should usually not be overridden. It delegates to #inspect(IO) which can be overridden for custom implementations.

Also see #to_s.

Source
productions
Source
to_s

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.

Source
transitions
Source

Nested types