AutomatedReasoningLogicStatement

Represents a logical statement that can be expressed both in formal logic notation and natural language, providing dual representations for better understanding and validation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The formal logic representation of the statement using mathematical notation and logical operators.

Link copied to clipboard

The natural language representation of the logical statement, providing a human-readable interpretation of the formal logic.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String