Skip to main content

Crate aspire

Crate aspire 

Source

Structs§

ClingoError
An error originating from the clingo C library.
Configuration
A view into clingo’s configuration tree.
Control
Owns a clingo_control_t and frees it on drop.
Fun
A function symbol with a statically known arity.
InterruptHandle
A thread-safe handle that can interrupt a running solve.
Literal
A signed ground atom.
Model
ModelCache
An owned, thread-safe snapshot of the atoms in a model.
SolveHandle
A handle for iterating over models one at a time (yield mode).
SolveResult
The result of a solve call.
Symbol
A logic-program symbol.

Enums§

Atom
A ground atom, either a user-visible symbol or an auxiliary grounder atom.
ClingoErrorCode
Error codes returned by the clingo C library.
Error
Wrapper enum so callers get one error type.
ExternalType
The type of an external atom declaration.
GroundStatement
A single statement in the ground program.
ShowType
Which symbols to include when querying a model.
Sign
The sign of a literal.
SymbolType
The type of a clingo symbol.
SymbolValue
A symbol broken into its typed components.
TruthValue
Truth value for external atoms.
Warning
Warning codes from the clingo logger.

Traits§

Symbolic
SymbolicArgs
SymbolicFun

Functions§

f0

Type Aliases§

F0

Derive Macros§

Symbolic