Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
FormalProperty
Interface FormalProperty
interface
FormalProperty
{
category
:
"safety"
|
"liveness"
|
"fairness"
|
"invariant"
;
description
:
string
;
id
:
string
;
name
:
string
;
predicate
:
(
state
:
SystemState
)
=>
boolean
;
proofStrategy
:
"case_split"
|
"exhaustive"
|
"inductive"
|
"compositional"
;
temporal
:
"always"
|
"eventually"
|
"leads_to"
;
tlaSpec
:
string
;
}
Index
Properties
category
description
id
name
predicate
proof
Strategy
temporal
tla
Spec
Properties
category
category
:
"safety"
|
"liveness"
|
"fairness"
|
"invariant"
description
description
:
string
id
id
:
string
name
name
:
string
predicate
predicate
:
(
state
:
SystemState
)
=>
boolean
proof
Strategy
proofStrategy
:
"case_split"
|
"exhaustive"
|
"inductive"
|
"compositional"
Formal proof strategy
temporal
temporal
:
"always"
|
"eventually"
|
"leads_to"
tla
Spec
tlaSpec
:
string
TLA+ specification text
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
category
description
id
name
predicate
proof
Strategy
temporal
tla
Spec
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
Formal proof strategy