Skip to main content

Module rule_validator

Module rule_validator 

Source
Expand description

TensorLogic rule validator.

Validates TensorLogic rules for structural correctness, safety, and resource bounds before they are added to the knowledge base.

Structs§

RuleSpec
A rule to be validated.
TensorRuleValidator
Validates RuleSpec instances before they are committed to the knowledge base.
ValidationResult
The outcome of validating a single rule.
ValidatorConfig
Configuration knobs for TensorRuleValidator.

Enums§

ValidationError
Errors that can be produced during rule validation.