Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of ZW Diagram (#99) #104

Merged
merged 1 commit into from
Oct 7, 2023
Merged

Implementation of ZW Diagram (#99) #104

merged 1 commit into from
Oct 7, 2023

Commits on Oct 6, 2023

  1. Implementation of ZW Diagram (#99)

    * minimize exports to avoid naming collision
    
    * layout structure for zw diagram and adt
    
    * add more zw diagram constructor
    
    * finish implementing zw diagram
    
    * fixing naming conflict in past tests
    
    * correct half edge src and dst
    
    * add some feature of zw diagram
    
    * finish porting non graph modifying actions
    
    * device implementation plan
    
    * implement adding spider to ZW Diagram
    
    * add test for insert_spider!
    
    * save test for insert_spider!
    
    * fix split_edge
    
    * fix insert_spider!
    
    * add test except add_spider!
    
    * add test for adding fswap
    
    * add rem_spider
    
    * finish test for rem_spider!
    
    * check prev tests
    
    * temp fix doc, need to split
    
    * sort function according to modules
    
    * improve code quality
    
    * improve docs
    exAClior authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    6cbafe4 View commit details
    Browse the repository at this point in the history