Skip to content

Commit

Permalink
slightly change wording in example
Browse files Browse the repository at this point in the history
  • Loading branch information
stelmo committed Dec 17, 2023
1 parent 80188a5 commit 9fa3ff6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/mixed-integer-optimization.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

# # Example: Mixed integer optimization
#
# In this example we demonstrate the use of binary constraints and values.
# We assume that the reader is already familiar with the construction of
# `ConstraintTree`s; if not, it is advisable to read the previous part
# of the documentation first.
# In this example we demonstrate the use of binary, and integer valued
# variables. We assume that the reader is already familiar with the construction
# of `ConstraintTree`s; if not, it is advisable to read the previous part of the
# documentation first.

# The simple problem we will solve is:
# max x + y + 3 z
Expand Down

0 comments on commit 9fa3ff6

Please sign in to comment.