22#define NODE_EDGES(X_RO, X_RW) X_RW(shamrock::solvergraph::IEdge, to_free)
24namespace shamrock::solvergraph {
32 class NodeFreeAlloc :
public INode {
37 EXPAND_NODE_EDGES(NODE_EDGES)
47 std::string tex = R
"tex(
48 Free allocation ${to_free}$
51 replace_edges_tex_symbols(tex);
virtual std::string _impl_get_tex() const
Get the TeX representation of the node.
void _impl_evaluate_internal()
Evaluate the node.
virtual std::string _impl_get_label() const
Get the label of the node.