We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9db3c commit f8e668bCopy full SHA for f8e668b
1 file changed
docs/solutions/README.md
@@ -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