gamsequation2tex {goxygen} | R Documentation |
Convert a gams equation into latex code
gamsequation2tex(x)
x |
GAMS equation provided as character |
GAMS equation converted to latex code
Jan Philipp Dietrich
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))