Skip to content

subchannel13/CSP-solver

Repository files navigation

CSP-solver

Cutting stock problem solver

Setup

CSP solver source code is in source folder. There is Visual Studio solution consisting of:

  • SolverDaemon, a C# console application

SolverDaemon polls a database for pending tasks and solves them. It intended to run in background. Daemon is designed for working Postgres 11 database through EntityFramework. For database layout consult installation/dbo.sql. Majority of Entity Framework functionality should be covered by NuGet but some editing feature might need need Npgsql PostgreSQL Integration extension. In case of installation issues consult following links: