-------- Forwarded Message -------- From: Wang, Paul T. R. <[email protected]> To: [email protected] <[email protected]> Cc: Niedringhaus, William P. <[email protected]> Subject: input file to glpk sample code in java Date: Mon, 28 Nov 2011 15:38:30 +0000
Sir/lady, I have an input file, myLPFile, in CPLEX LP format, I import org.gnu.glpk.* to my java code (as GnuLPSolver.java under netbeans) Could you show me how to pass my CPLEX format input file to GlpkHookIFC ? In particular, what I do after the statement: GnuLPK_solver lpsov= new GnuLP_Solver(); Is there a readFrom_File(“myLPFile”) function or similar call available in glpk.jar ? Thanks, Paul 11/28/11 _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
