updated to Swift 5.1, now available as Swift Package Manager#1
Open
Vithanco wants to merge 21 commits into
Open
updated to Swift 5.1, now available as Swift Package Manager#1Vithanco wants to merge 21 commits into
Vithanco wants to merge 21 commits into
Conversation
I believe I fixed the issues around wrong Graphviz direction of edges.
looking again at decorations, removed QualityAssessment Class node separation / node rank can now go up to 500 Decision Tree Run can now deal with window closing, has a result presentation new file with simple user dialogs.
…to MultiTextNode smaller fixes where asserts are too restrictive.
For that I needed to move all files.
deleted old files
Author
|
I use this library for Vithanco app (Vithanco.com) where it does a great job. Have updated the syntax, etc. Latest change is that I now include this library via Swift Package Manager. Thanks for the initial code provision. |
* 'master' of https://github.com/TheMadOne/Johnsons-Algo: init now PUBLIC init and getElementCycles now declared OPEN made ElementaryCyclesSearch OPEN Still migrating towards swift package manager deleted old files migrating towards swift package manager For that I needed to move all files. New NodeViewPart implementation is working indeed. Started looking into MultiTextNode smaller fixes where asserts are too restrictive. # Conflicts: # Sources/JohnsonsAlgo/AdjacencyList.swift # Sources/JohnsonsAlgo/ElementaryCyclesSearch.swift # Sources/JohnsonsAlgo/SCCResult.swift # Sources/JohnsonsAlgo/StrongConnectedComponents.swift
proper line breaks
* 'master' of https://github.com/TheMadOne/Johnsons-Algo: Update README.md
added problematic matrix. Will now try to fix this.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Great library. Works well. However, it needed an update to latest swift version.