QuickGraph


QuickGraph

The QuickGraph library can be installed from NuGet:
PM> Install-Package YC.QuickGraph

Example

This example demonstrates using a function defined in this sample library.

1: 
2: 
3: 
4: 
#r "QuickGraph.dll"
open QuickGraph

printfn "hello = %i" <| Library.hello 0

Some more info

Samples & documentation

The library is fork of original QuickGraph project and migration is not finished. So, please use original documentation.

Contributing and copyright

The project is hosted on GitHub where you can report issues, fork the project and submit pull requests. If you're adding a new public API, please also consider adding samples that can be turned into a documentation. You might also want to read the library design notes to understand how it works.

The library is available under Ms-PL license, which allows modification and redistribution for both commercial and non-commercial purposes. For more information see the License file in the GitHub repository.

val printfn : format:Printf.TextWriterFormat<'T> -> 'T

Full name: Microsoft.FSharp.Core.ExtraTopLevelOperators.printfn
Fork me on GitHub