powered by
Convert a gams equation into latex code
gamsequation2tex(x)
GAMS equation converted to latex code
GAMS equation provided as character
Jan Philipp Dietrich
goxygen
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))
Run the code above in your browser using DataLab