Skip to content

Commit

Permalink
Simplify new problem instructions a tad
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Dec 13, 2023
1 parent e0d03b8 commit a646b08
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/new_problem.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,13 @@ if __name__ == "__main__":
x = solve_qp(*args, solver="...")
```

### Parameter range
### Context

<!--
If the problem has parameters, explain what their sensible values are.
Context around this problem: how did it arise? Why is it interesting to add
it to the benchmark?
-->

### Motivation

This problem is interesting because...

### Solution
Expand Down

0 comments on commit a646b08

Please sign in to comment.