Skip to main content
Glama

mcp-solver

MIT License
133
  • Linux
  • Apple
test.md599 B
# Simple MaxSAT Test Problem I need to solve a simple MaxSAT optimization problem with just one variable. - Variable x should be true (with weight 1) - There are no hard constraints Please create a MaxSAT formulation and solve this trivial problem. Show the optimal solution where x should be true. Important: Make sure to use the correct syntax for adding soft constraints to the WCNF: ```python # Correct: wcnf.append([x], weight=1) # Note the square brackets around the variable # Incorrect: wcnf.append(x, weight=1) # Missing square brackets wcnf.append(, weight=1) # Incomplete ```

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/szeider/mcp-solver'

If you have feedback or need assistance with the MCP directory API, please join our Discord server