Skip to content

Commit

Permalink
backport formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mlubin committed Jan 29, 2015
1 parent 93fe4dd commit 6d8afda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/refvariable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Methods
* ``setLower(x::Variable, lower)``, ``getLower(x::Variable)`` - Set/get the lower bound of a variable.
* ``setUpper(x::Variable, upper)``, ``getUpper(x::Variable)`` - Set/get the upper bound of a variable.

** Variable Category**
**Variable Category**

* ``setCategory(x::Variable, v_type::Symbol)`` - Set the variable category for ``x`` after construction. Can be one of ``:Cont``, ``:Int``, ``:Bin``, ``:SemiCont``, or ``:SemiInt``.
* ``getCategory(x::Variable) - Get the variable category for ``x``.
Expand Down

0 comments on commit 6d8afda

Please sign in to comment.