Skip to content
STIMSMITH

HMC (Hybrid Model Checker)

Tool
First seen 7/30/2026
Last seen 7/30/2026
Evidence 10 chunks

NEIGHBORHOOD

No graph connections found for this entity yet. It may appear in future ingestion runs.

explore full graph →

RELATIONSHIPS

12 connections
State Prioritization implements → 100% 2e
HMC implements state prioritization for guiding the hybrid search.
CUDD Library uses → 100% 2e
HMC uses CUDD library for BDD operations.
Omega Library uses → 100% 2e
HMC uses Omega library for Presburger arithmetic operations.
Frontier States uses → 100% 2e
HMC stores and manages frontier states to avoid storing all reachable states.
State Partitioning implements → 100% 2e
HMC implements state partitioning for managing large frontier state sets.
Divide-and-Conquer Strategy implements → 100% 2e
HMC implements the divide-and-conquer strategy for hybrid model checking.
State Decomposition implements → 100% 2e
HMC implements state decomposition for managing frontier sets.
Reachability Properties evaluates → 100% 1e
HMC evaluates reachability properties of embedded software.
HMC uses Presburger arithmetic-based symbolic traversal as its state-based component.
SMT-based Bounded Model Checking uses → 100% 1e
HMC uses SMT-based bounded model checking as its stateless component.
Yices SMT Solver uses → 100% 1e
HMC uses Yices SMT solver for SMT formula solving.
The paper introduces the HMC (Hybrid Model Checker) tool.