Skip to main content

Documentation Index

Fetch the complete documentation index at: https://feasible-1447f9c5.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Inspecting and exporting the formulation

You can fetch the full state of any workflow:
  • A structured summary of variables, constraints, and objective.
  • The problem in LP, NL, or LaTeX format — useful for cross-checking against another solver, archiving in a document, or feeding into a downstream pipeline.
  • The solver output: status, objective value, logs.
  • Metadata: linearity, integer-variable counts, completeness.
The endpoints are documented in the OpenAPI spec — see the API and integration page.

Tracing and debugging

Feasible captures every LLM call with its prompt, response, and provider, and emits traces to standard observability tools. If a formulation is wrong, the trace tells you which call introduced the error.
Tracing requires the appropriate environment configuration on the backend.