<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hello friends of CLP mail-list,<br><br></div>I´m developing an optmization software using CLP. I have a mathematical model to describe the real world problem and a GUI in java.<br>
<br></div>The users input their data in the visual interface and the GUI will write the problem in .lp file format, call the CLP.exe by command line, get the output solution and plot in the visual inteface to the user.<br>
<br>It works very well, to a professional aplication! Thanks to the developers of CLP.<br><br></div>My question is. I would like that my commercial software wouldn´t very easy to make a copy by someone, and then, they do their implementation and sell another software that do exactly what mine do.<br>
<br></div>I would like to input the mathematical model in CLP without use a .lp file (which could be intercepted and the mathematical model reproduced).<br><br></div>Please, someone know how can I do this?<br><br></div>One idea was integrate the java GUI with a java solver, but I didn´t find a Java version of CLP or other linear solvers.<br>
<br></div>Another idea was to develop the input in C (what I did) but I wasn´t able to understande how to integrate my input information of the user with the CLP whitout using a .lp file.<br><br></div>If someaone have a idea, please, tell me.<br>
<br></div>Best Regards,<br>Jack Hagart<br></div>