gamsequation2tex {goxygen} | R Documentation |
gamsequation2tex
Description
Convert a gams equation into latex code
Usage
gamsequation2tex(x)
Arguments
x |
GAMS equation provided as character |
Value
GAMS equation converted to latex code
Author(s)
Jan Philipp Dietrich
See Also
Examples
x <- "eq_1 .. v_a =e= sum(j,v_b(j)*((1-s_c)+sum(cell(i,j),v_d(i)/f_d(i))));"
cat(gamsequation2tex(x))
[Package goxygen version 1.0.3 Index]