PGraphInCS 1.2.1
dotnet add package PGraphInCS --version 1.2.1
NuGet\Install-Package PGraphInCS -Version 1.2.1
<PackageReference Include="PGraphInCS" Version="1.2.1" />
<PackageVersion Include="PGraphInCS" Version="1.2.1" />
<PackageReference Include="PGraphInCS" />
paket add PGraphInCS --version 1.2.1
#r "nuget: PGraphInCS, 1.2.1"
#:package PGraphInCS@1.2.1
#addin nuget:?package=PGraphInCS&version=1.2.1
#tool nuget:?package=PGraphInCS&version=1.2.1
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 | Versions 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. |
-
net9.0
- Google.OrTools (>= 9.15.6755)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release