Skip to main content

AlignmentResult

Alignment Result
Used as Input

0

functions accept this type

Used as Output

2

functions return this type

Type Definition

14 nested items
AlignmentResultAlignment Result
cost*:u32Total cost of the alignment
moves*:Vec<AlignmentMove>The sequence of alignment moves
states_visited*:i64<uint>Number of states visited during search

Example JSON Value

{
  "cost": 1,
  "moves": [
    {
      "SyncMove": {
        "trace_event_index": 1,
        "transition": "example"
      }
    }
  ],
  "states_visited": 1
}

Functions Returning This Type(2)