File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -572,11 +572,11 @@ An Enum of possible return values from calling [`get`](@ref) with
572572
573573Possible values are:
574574
575- * CALLBACK_NODE_STATUS_INTEGER: the primal solution available from
575+ * ` CALLBACK_NODE_STATUS_INTEGER` : the primal solution available from
576576 [`CallbackVariablePrimal`](@ref) is integer feasible.
577- * CALLBACK_NODE_STATUS_FRACTIONAL: the primal solution available from
577+ * ` CALLBACK_NODE_STATUS_FRACTIONAL` : the primal solution available from
578578 [`CallbackVariablePrimal`](@ref) is integer infeasible.
579- * CALLBACK_NODE_STATUS_UNKNOWN: the primal solution available from
579+ * ` CALLBACK_NODE_STATUS_UNKNOWN` : the primal solution available from
580580 [`CallbackVariablePrimal`](@ref) might be integer feasible or infeasible.
581581"""
582582@enum (
You can’t perform that action at this time.
0 commit comments