Skip to content

Commit 399ee7e

Browse files
authored
Update prologue.jl
1 parent bd76b1d commit 399ee7e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

scripts/prologue.jl

+6-7
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,17 @@
66

77
# !format: off
88

9+
# ============================ start of prologue.jl ============================
10+
# These constants are handled explicitly in the prologue.jl to avoid them being
11+
# automatically parsed as `const GRB_LESS_EQUAL = Cchar('<')`. There's probably
12+
# a better way to handle this, but it works for now, and they won't be changing
13+
# in future releases.
914
const GRB_LESS_EQUAL = '<'
10-
1115
const GRB_GREATER_EQUAL = '>'
12-
1316
const GRB_EQUAL = '='
14-
1517
const GRB_CONTINUOUS = 'C'
16-
1718
const GRB_BINARY = 'B'
18-
1919
const GRB_INTEGER = 'I'
20-
2120
const GRB_SEMICONT = 'S'
22-
2321
const GRB_SEMIINT = 'N'
22+
# ============================= end of prologue.jl =============================

0 commit comments

Comments
 (0)