File tree 1 file changed +15
-0
lines changed
docs/src/tutorials/getting_started
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 40
40
using JuMP
41
41
import HiGHS
42
42
43
+ # ## Getting help
44
+
45
+ # Debugging can be a frustrating part of modeling, particularly if you're new to
46
+ # optimization and programming. If you're stuck, join the
47
+ # [community forum](https://discourse.julialang.org/c/domain/opt/13) to search
48
+ # for answers to commonly asked questions.
49
+
50
+ # Before asking a new question, make sure to read the post
51
+ # [make it easier to help you](https://discourse.julialang.org/t/please-read-make-it-easier-to-help-you/14757),
52
+ # which contains a number of tips on how to ask a good question.
53
+
54
+ # Above all else, take time to simplify your code as much as possible. The
55
+ # fewer lines of code you can post that reproduces the same issue, the faster
56
+ # someone can answer your question.
57
+
43
58
# ## Debugging Julia code
44
59
45
60
# Read the [Debugging chapter](https://benlauwens.github.io/ThinkJulia.jl/latest/book.html#chap21)
You can’t perform that action at this time.
0 commit comments