You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Please read the following before posting a new bug report:
12
12
13
13
- If you are reasonably confident your issue is a bug in SCIP, this is the right place. Be sure to include as much relevant information as possible, including a minimal reproducible example. See https://help.github.com/articles/basic-writing-and-formatting-syntax/ for background on how to format text and code on GitHub issues.
14
14
15
-
- If the issue occurs when running an instance, be sure to include it, along with any non-default setting.
15
+
- If the issue occurs when running an instance, be sure to include it, along with any non-default setting. See [the documentation on parameters](https://www.scipopt.org/doc/html/PARAMETERS.php)
16
16
If the issue occurs with a model built programmatically, include a minimal script producing the model.
17
17
You can use `SCIPwriteOrigProblem(scip, "my_model.lp", NULL, FALSE)` to write the model to a file.
0 commit comments