I need to revise all interfaces in the /sbg directory. For example, reduce is a public method for PWMap, although is only a helper function to define compactly mapInf.
Also, I haven't provided a traversal method for Vmap, Emap, etc. If we change the implementation of SBG, then the algorithms may not work.
I need to revise all interfaces in the /sbg directory. For example,
reduceis a public method forPWMap, although is only a helper function to define compactlymapInf.Also, I haven't provided a traversal method for
Vmap,Emap, etc. If we change the implementation ofSBG, then the algorithms may not work.