pystencils.flow.flowgraph.Store#
- class pystencils.flow.flowgraph.Store(lhs, rhs)#
Storeassignments represent writing a value to an abstract memory location.Stores act as exports to the bottom node (\(\bot\)), and may therefore only occur in instances of
EquationsBlockthat have \(\bot\) as a successor.- Parameters:
lhs (LHS_T)
rhs (sp.Basic)