Offers a robust HTTP API server for efficiently solving Constraint Satisfaction Problems (CSP) and Linear Programming (LP) optimization tasks.
Gurddy is a powerful server that implements the Model Context Protocol (MCP), offering solutions for a wide range of Constraint Satisfaction Problems (CSP) and Linear Programming (LP) challenges. Built on the `gurddy` package, it provides a versatile platform for tackling classic computational problems such as N-Queens, Graph Coloring, Sudoku, and various optimization scenarios like production planning. Its core functionality is exposed through a RESTful HTTP API, allowing easy integration and online problem-solving with JSON-based requests and responses, making complex analytical tasks accessible to applications.