HMC (Hybrid Model Checker)
ToolFirst 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 connectionsHMC implements state prioritization for guiding the hybrid search.
HMC uses CUDD library for BDD operations.
HMC uses Omega library for Presburger arithmetic operations.
HMC stores and manages frontier states to avoid storing all reachable states.
HMC implements state partitioning for managing large frontier state sets.
HMC implements the divide-and-conquer strategy for hybrid model checking.
HMC implements state decomposition for managing frontier sets.
HMC evaluates reachability properties of embedded software.
HMC uses Presburger arithmetic-based symbolic traversal as its state-based component.
HMC uses SMT-based bounded model checking as its stateless component.
HMC uses Yices SMT solver for SMT formula solving.
Efficient State Space Exploration: Interleaving Stateless and State-based Model Checking ← introduces 100% 1e
The paper introduces the HMC (Hybrid Model Checker) tool.