enum vrna_hc_type_e

Overview

The hard constraints type. More…

// enum values

VRNA_HC_DEFAULT
VRNA_HC_WINDOW

Detailed Documentation

The hard constraints type.
Global and local structure prediction methods use a slightly different way to handle hard constraints internally. This enum is used to distinguish both types.

Enum Values

VRNA_HC_DEFAULT
Default Hard Constraints.
VRNA_HC_WINDOW
Hard Constraints suitable for local structure prediction using window approach.