Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-solver
by
szeider
Verified
GitHub
Research & Data
Python
MIT License
31
Linux
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-solver
tests
problems
mzn
tests/problems/mzn/nqueens.md
tests/problems/mzn/nqueens_unsat.md
tests/problems/mzn/sudoku.md
tests/problems/mzn/test.md
tests/problems/mzn/university_scheduling.md
tests/problems/mzn/zebra.md
# N-Queens Problem Can you solve the classic N-Queens problem for n=8? The problem asks to place 8 queens on an 8x8 chessboard such that no two queens threaten each other. Remember that queens attack along rows, columns, and diagonals.