Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cdk/cdk
base: f01df0740d06
Choose a base ref
...
head repository: cdk/cdk
compare: 454ed8f0e1fd
Choose a head ref
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on Apr 6, 2014

  1. Storage and manipulation of an independent edge-set, a matching. A ma…

    …tching can be used to represent pi bond placement in conjugated/aromatic systems.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Apr 6, 2014
    Copy the full SHA
    a69010c View commit details
    Browse the repository at this point in the history
  2. DisjointSetForest generally useful - move to cdk-standard. Left in th…

    …e same package for now.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Apr 6, 2014
    Copy the full SHA
    936ba2e View commit details
    Browse the repository at this point in the history
  3. Maximum matching using Edmond's blossom algorithm.

    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Apr 6, 2014
    Copy the full SHA
    7f8e345 View commit details
    Browse the repository at this point in the history
  4. Utility in the Matching API provides simplified procedure to assignin…

    …g a perfect matching.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Apr 6, 2014
    Copy the full SHA
    454ed8f View commit details
    Browse the repository at this point in the history