5 packages tagged with “operations-research”
C#-only solver for the rectangular linear assignment problem, also known as the minimum weight full matching problem for bipartite graphs. Algorithms used include shortest augmenting path search and cost-scaling pseudoflow based assignment.
Contains a .Net 6 library with a model representing a GAMS database without a reference to the GAMS api. This memory gams model can be serialized to and deserialized from a json string. It includes sets, parameters and variables. Equations are not represented. The purpose of this library is to build the gams database without a reference to gams.
Some C#-only solvers for the multi-way partition problem.
C# API for OptalCP constraint programming solver
OptiCore: A robust optimization engine for Linear (LP) and Mixed-Integer Linear Programming (MILP). Supports the Simplex method and advanced models for solving complex problems with integer constraints.