File tree Expand file tree Collapse file tree
docs/src/tutorials/getting_started Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040using JuMP
4141import HiGHS
4242
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+
4358# ## Debugging Julia code
4459
4560# 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