|
3 | 3 | { |
4 | 4 | "name": "BMF", |
5 | 5 | "variant": {}, |
6 | | - "category": "specialized", |
7 | | - "doc_path": "models/specialized/struct.BMF.html", |
| 6 | + "category": "algebraic", |
| 7 | + "doc_path": "models/algebraic/struct.BMF.html", |
8 | 8 | "complexity": "2^(rows * rank + rank * cols)" |
9 | 9 | }, |
10 | 10 | { |
11 | 11 | "name": "BicliqueCover", |
12 | 12 | "variant": {}, |
13 | | - "category": "specialized", |
14 | | - "doc_path": "models/specialized/struct.BicliqueCover.html", |
| 13 | + "category": "graph", |
| 14 | + "doc_path": "models/graph/struct.BicliqueCover.html", |
15 | 15 | "complexity": "2^num_vertices" |
16 | 16 | }, |
17 | 17 | { |
18 | 18 | "name": "BinPacking", |
19 | 19 | "variant": { |
20 | 20 | "weight": "f64" |
21 | 21 | }, |
22 | | - "category": "optimization", |
23 | | - "doc_path": "models/optimization/struct.BinPacking.html", |
| 22 | + "category": "misc", |
| 23 | + "doc_path": "models/misc/struct.BinPacking.html", |
24 | 24 | "complexity": "2^num_items" |
25 | 25 | }, |
26 | 26 | { |
27 | 27 | "name": "BinPacking", |
28 | 28 | "variant": { |
29 | 29 | "weight": "i32" |
30 | 30 | }, |
31 | | - "category": "optimization", |
32 | | - "doc_path": "models/optimization/struct.BinPacking.html", |
| 31 | + "category": "misc", |
| 32 | + "doc_path": "models/misc/struct.BinPacking.html", |
33 | 33 | "complexity": "2^num_items" |
34 | 34 | }, |
35 | 35 | { |
36 | 36 | "name": "CircuitSAT", |
37 | 37 | "variant": {}, |
38 | | - "category": "specialized", |
39 | | - "doc_path": "models/specialized/struct.CircuitSAT.html", |
| 38 | + "category": "formula", |
| 39 | + "doc_path": "models/formula/struct.CircuitSAT.html", |
40 | 40 | "complexity": "2^num_variables" |
41 | 41 | }, |
42 | 42 | { |
43 | 43 | "name": "ClosestVectorProblem", |
44 | 44 | "variant": { |
45 | 45 | "weight": "f64" |
46 | 46 | }, |
47 | | - "category": "optimization", |
48 | | - "doc_path": "models/optimization/struct.ClosestVectorProblem.html", |
| 47 | + "category": "algebraic", |
| 48 | + "doc_path": "models/algebraic/struct.ClosestVectorProblem.html", |
49 | 49 | "complexity": "2^num_basis_vectors" |
50 | 50 | }, |
51 | 51 | { |
52 | 52 | "name": "ClosestVectorProblem", |
53 | 53 | "variant": { |
54 | 54 | "weight": "i32" |
55 | 55 | }, |
56 | | - "category": "optimization", |
57 | | - "doc_path": "models/optimization/struct.ClosestVectorProblem.html", |
| 56 | + "category": "algebraic", |
| 57 | + "doc_path": "models/algebraic/struct.ClosestVectorProblem.html", |
58 | 58 | "complexity": "2^num_basis_vectors" |
59 | 59 | }, |
60 | 60 | { |
61 | 61 | "name": "Factoring", |
62 | 62 | "variant": {}, |
63 | | - "category": "specialized", |
64 | | - "doc_path": "models/specialized/struct.Factoring.html", |
| 63 | + "category": "misc", |
| 64 | + "doc_path": "models/misc/struct.Factoring.html", |
65 | 65 | "complexity": "exp((m + n)^(1/3) * log(m + n)^(2/3))" |
66 | 66 | }, |
67 | 67 | { |
68 | 68 | "name": "ILP", |
69 | 69 | "variant": {}, |
70 | | - "category": "optimization", |
71 | | - "doc_path": "models/optimization/struct.ILP.html", |
| 70 | + "category": "algebraic", |
| 71 | + "doc_path": "models/algebraic/struct.ILP.html", |
72 | 72 | "complexity": "num_variables^num_variables" |
73 | 73 | }, |
74 | 74 | { |
|
126 | 126 | "variant": { |
127 | 127 | "k": "K2" |
128 | 128 | }, |
129 | | - "category": "satisfiability", |
130 | | - "doc_path": "models/satisfiability/struct.KSatisfiability.html", |
| 129 | + "category": "formula", |
| 130 | + "doc_path": "models/formula/struct.KSatisfiability.html", |
131 | 131 | "complexity": "num_variables + num_clauses" |
132 | 132 | }, |
133 | 133 | { |
134 | 134 | "name": "KSatisfiability", |
135 | 135 | "variant": { |
136 | 136 | "k": "K3" |
137 | 137 | }, |
138 | | - "category": "satisfiability", |
139 | | - "doc_path": "models/satisfiability/struct.KSatisfiability.html", |
| 138 | + "category": "formula", |
| 139 | + "doc_path": "models/formula/struct.KSatisfiability.html", |
140 | 140 | "complexity": "1.307^num_variables" |
141 | 141 | }, |
142 | 142 | { |
143 | 143 | "name": "KSatisfiability", |
144 | 144 | "variant": { |
145 | 145 | "k": "KN" |
146 | 146 | }, |
147 | | - "category": "satisfiability", |
148 | | - "doc_path": "models/satisfiability/struct.KSatisfiability.html", |
| 147 | + "category": "formula", |
| 148 | + "doc_path": "models/formula/struct.KSatisfiability.html", |
149 | 149 | "complexity": "2^num_variables" |
150 | 150 | }, |
151 | 151 | { |
|
317 | 317 | { |
318 | 318 | "name": "PaintShop", |
319 | 319 | "variant": {}, |
320 | | - "category": "specialized", |
321 | | - "doc_path": "models/specialized/struct.PaintShop.html", |
| 320 | + "category": "misc", |
| 321 | + "doc_path": "models/misc/struct.PaintShop.html", |
322 | 322 | "complexity": "2^num_cars" |
323 | 323 | }, |
324 | 324 | { |
325 | 325 | "name": "QUBO", |
326 | 326 | "variant": { |
327 | 327 | "weight": "f64" |
328 | 328 | }, |
329 | | - "category": "optimization", |
330 | | - "doc_path": "models/optimization/struct.QUBO.html", |
| 329 | + "category": "algebraic", |
| 330 | + "doc_path": "models/algebraic/struct.QUBO.html", |
331 | 331 | "complexity": "2^num_vars" |
332 | 332 | }, |
333 | 333 | { |
334 | 334 | "name": "Satisfiability", |
335 | 335 | "variant": {}, |
336 | | - "category": "satisfiability", |
337 | | - "doc_path": "models/satisfiability/struct.Satisfiability.html", |
| 336 | + "category": "formula", |
| 337 | + "doc_path": "models/formula/struct.Satisfiability.html", |
338 | 338 | "complexity": "2^num_variables" |
339 | 339 | }, |
340 | 340 | { |
|
343 | 343 | "graph": "SimpleGraph", |
344 | 344 | "weight": "f64" |
345 | 345 | }, |
346 | | - "category": "optimization", |
347 | | - "doc_path": "models/optimization/struct.SpinGlass.html", |
| 346 | + "category": "graph", |
| 347 | + "doc_path": "models/graph/struct.SpinGlass.html", |
348 | 348 | "complexity": "2^num_spins" |
349 | 349 | }, |
350 | 350 | { |
|
353 | 353 | "graph": "SimpleGraph", |
354 | 354 | "weight": "i32" |
355 | 355 | }, |
356 | | - "category": "optimization", |
357 | | - "doc_path": "models/optimization/struct.SpinGlass.html", |
| 356 | + "category": "graph", |
| 357 | + "doc_path": "models/graph/struct.SpinGlass.html", |
358 | 358 | "complexity": "2^num_spins" |
359 | 359 | }, |
360 | 360 | { |
|
0 commit comments