The central, reentrant simulation context for the new engine.
ConversionResult convert_node(SimulationContext &ctx, int idx, NodeType new_type)
Convert a node in-place to new_type.
Definition TypeConverter.cpp:47
ConversionResult convert_link(SimulationContext &ctx, int idx, LinkType new_type)
Convert a link in-place to new_type.
Definition TypeConverter.cpp:156
Central, reentrant simulation context.
Definition SimulationContext.hpp:292