Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -103,7 +103,7 @@ Your Classification and Explanation:
|
|
| 103 |
|
| 104 |
def critic_analysis(classification_output):
|
| 105 |
critic = llm_response(f'''"You are PolyCritic, an expert in computational complexity and problem decomposition. Your goal is to critically evaluate whether a given
|
| 106 |
-
NP-hard problem, when broken into P-solvable subproblems, can be efficiently recombined to yield the full solution. Here is the problem and the analysis: {
|
| 107 |
|
| 108 |
Instructions:
|
| 109 |
1️⃣ Input: A decomposed NP-hard problem along with its P-solvable subproblems.
|
|
|
|
| 103 |
|
| 104 |
def critic_analysis(classification_output):
|
| 105 |
critic = llm_response(f'''"You are PolyCritic, an expert in computational complexity and problem decomposition. Your goal is to critically evaluate whether a given
|
| 106 |
+
NP-hard problem, when broken into P-solvable subproblems, can be efficiently recombined to yield the full solution. Here is the problem and the analysis: {classification_output}
|
| 107 |
|
| 108 |
Instructions:
|
| 109 |
1️⃣ Input: A decomposed NP-hard problem along with its P-solvable subproblems.
|