var fDesc=new Array(); fDesc[0] = "An easy to use application with enhancements on the Ipsolve API. With this program, you can access all the functionality of Ipsolve.

Here is a list of some of the features of the IDE:

- Everything is graphical and mouse controlled
- Enter your lp model in all supported formats and even via an XLI interface.
- Convert your lp model from any supported format to another supported format and even via an XLI interface.
- Very user friendly editor to enter/change the model with syntax highlight.
- Syntax checking of the model
- Solve the model

- View the matrix in grids
- Export model to HTML, RTF, LaTeX output
- Export matrix to CSV, HTML, RTF output
- Export results to CSV, HTML, RTF output
- Show statistics about the model"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }