You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dataTreemtagvxt=Tree{sID::Sid
, sState::SynthesisStatemtagvxt
, sDecision::SynthesisDecision (SynthesisStatemtagvxt) m
, sSubForestVar::TMVar [Treemtagvxt]
--^ lazy mutable field with different synthesis options and sub nodes}
Which allow to represent the following synthesis tree, where sSubForestVar will evaluated on request:
- - A
-1 - B
-1-1 - C
-1-2 - D
-2 - E
-2-1 - F
-2-2 - G
What to need to change here (naming and detail may variate, also we need to estimate what is better: Map or HashMap for our task):
Motivation:
Current:
Which allow to represent the following synthesis tree, where
sSubForestVar
will evaluated on request:-
- A-1
- B-1-1
- C-1-2
- D-2
- E-2-1
- F-2-2
- GWhat to need to change here (naming and detail may variate, also we need to estimate what is better: Map or HashMap for our task):
Which represent the same tree in the following way:
The text was updated successfully, but these errors were encountered: