Re: sets for sequence.e?
- Posted by CChris <christian.cuvier at ag?icult?re.gouv.fr> May 11, 2008
- 652 views
Jeremy Cowgar wrote: > > CChris wrote: > > > > > > There is no .htx documentation yet, but it is in sets.e and would simply > > need > > to move from here to there with some format tags. I'm not sure I have time > > to > > do that next week (53 entries). > > Really? 53 new functions? > Yep: * binary search (1) * sets: ** construction (2) ** elements (4) ** parts (4) ** basic operations (4) * maps ** construction (3) ** properties (3) ** direct mapping (3) ** reverse mapping (3) ** operations (4) * products (7) * operations, ie binary ops: ** construction (2) ** properties(2) ** units (7) ** other (4) If you downloaded stes.zip, the summary is in sets_spec.txt. I'll email it if needed. I thought graph handling would be better in a separate lib, which would clearly use this one. Nothing written so fa about it. CChris