Skip to content

Commit f8e668b

Browse files
committed
docs: add solutions directory for find-solver skill output
1 parent 0f9db3c commit f8e668b

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

docs/solutions/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Solution Guides
2+
3+
Each file in this directory is a step-by-step guide for solving a specific
4+
real-world problem using the `pred` CLI.
5+
6+
Generated interactively via the `/find-solver` skill.
7+
8+
## Naming Convention
9+
10+
`<problem>-via-<model>-<solver>.md`
11+
12+
- `<problem>`: short description of the real-world problem (kebab-case)
13+
- `<model>`: the library model used (e.g., `MIS`, `QUBO`)
14+
- `<solver>`: the solver target (e.g., `ILP`, `brute-force`, `gurobi`)
15+
16+
## Example
17+
18+
`task-scheduling-via-MultiprocessorScheduling-ILP.md`

0 commit comments

Comments
 (0)