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
Currently, first- and second-order information are kept in separate AbstractSet and AbstractSet{<:Tuple} types.
The code should be generalized to support "shared" representations of second order information, similar to the dictionary of sets pre #57 and global "tape" with shared objects proposed in #107.
The text was updated successfully, but these errors were encountered:
Currently, first- and second-order information are kept in separate
AbstractSet
andAbstractSet{<:Tuple}
types.The code should be generalized to support "shared" representations of second order information, similar to the dictionary of sets pre #57 and global "tape" with shared objects proposed in #107.
The text was updated successfully, but these errors were encountered: