Skip to content

Commit 1921fd8

Browse files
author
Mathieu Besançon
committed
Apply 1 suggestion(s) to 1 file(s)
1 parent 9ca6ee0 commit 1921fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Please read the following before posting a new bug report:
1212

1313
- 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.
1414

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)
1616
If the issue occurs with a model built programmatically, include a minimal script producing the model.
1717
You can use `SCIPwriteOrigProblem(scip, "my_model.lp", NULL, FALSE)` to write the model to a file.
1818

0 commit comments

Comments
 (0)