Demos
See Qtangl on real planning problems.
Full workflows for buyers. API sandbox for developers. Same ranked-plan output, different depth.
Sandbox the API: send a real /optimize request, see a real ranked plan. Falls back to a static response if the pilot endpoint is offline.
Three planning shapes. One request. — Edit constraints, send a real /optimize call, get back the same JSON your app will see. Read API docs
Amplitude
Pick a planning shape.
Choose a scenario, review the request shape, then call the live pilot endpoint.
Resequence after a crew delay.
Keep the inspection window without manual reshuffle.
Sandbox response
method: hybridSample response — press Send to /optimize to call the live API
All tasks fit with no crew conflicts. The inspection stays after framing and the hand-off still lands this week.
- Total Duration Days
- 9
- Constraint Violations
- 0
- Savings Estimate
- Approx. 6 idle crew hours avoided
Response
{
"status": "success",
"summary": "All tasks fit with no crew conflicts. The inspection stays after framing and the hand-off still lands this week.",
"solution": [
{
"task": "foundation",
"startDay": 1,
"endDay": 4
},
{
"task": "framing",
"startDay": 4,
"endDay": 8
},
{
"task": "inspection",
"startDay": 8,
"endDay": 9
},
{
"task": "handoff",
"startDay": 9,
"endDay": 10
}
],
"metrics": {
"totalDurationDays": 9,
"constraintViolations": 0,
"savingsEstimate": "Approx. 6 idle crew hours avoided"
},
"method": "hybrid",
"details": {
"solver": "cp-sat",
"backend": "simulator"
}
}