PGraphInCS 1.2.1

dotnet add package PGraphInCS --version 1.2.1
                    
NuGet\Install-Package PGraphInCS -Version 1.2.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PGraphInCS" Version="1.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PGraphInCS" Version="1.2.1" />
                    
Directory.Packages.props
<PackageReference Include="PGraphInCS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PGraphInCS --version 1.2.1
                    
#r "nuget: PGraphInCS, 1.2.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PGraphInCS@1.2.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PGraphInCS&version=1.2.1
                    
Install as a Cake Addin
#tool nuget:?package=PGraphInCS&version=1.2.1
                    
Install as a Cake Tool

PGraphInCS

A flexible implementation of P-Graph algorithms in C#.

Current release version: 1.2.1

Description

The aim of the library is to provide the code-base for quick and flexible implementation of P-graph algorithms, while maintaining acceptable performance. The library contains implementations of the main algorithms of the P-graph framework, i.e., MSG, SSG, and ABB. It provides several configurable base classes and implementations of branch-and-bound algorithms. This allows new algorithms to be developed both for the existing and for extended problems. When creating new algorithms, only the new logic has to be implemented, while the unchanged parts can be used directly from this library. Also contains compatibility with the main problems supported by P-Graph Studio.

Examples and tutorials

The Github page of the project (https://github.com/akosorosz/PGraphInCS) contains contains sample projects that serve as tutorials. The samples each discuss certain parts and functionalities of the library.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.1 115 5/29/2026
1.2.0 105 5/28/2026
1.1.0 124 2/7/2026
1.0.0 113 2/3/2026

Initial release