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: dd46cca72d69
Choose a base ref
...
head repository: cdk/cdk
compare: 5f0d0c61381c
Choose a head ref
  • 4 commits
  • 16 files changed
  • 1 contributor

Commits on Aug 1, 2013

  1. Efficient path graph (P-graph) implementation to assist in finding al…

    …l cycles.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Aug 1, 2013
    Copy the full SHA
    f1d7d7d View commit details
    Browse the repository at this point in the history
  2. Tool to compute all simple cycles using the new path graph implementa…

    …tions.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Aug 1, 2013
    Copy the full SHA
    29b1335 View commit details
    Browse the repository at this point in the history
  3. When putting vertices in a cycle - start and end vertices are now the…

    … same.
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Aug 1, 2013
    Copy the full SHA
    c87a58d View commit details
    Browse the repository at this point in the history
  4. Store cyclic walks the same start/end vertex - required converting a …

    …lot of the tests..
    
    Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
    johnmay authored and egonw committed Aug 1, 2013
    Copy the full SHA
    5f0d0c6 View commit details
    Browse the repository at this point in the history