[Fwd: Hello. I need a example to use GLPK java for MIP.]
Andrew Makhorin <[email protected]>
| Newsgroups | gmane.comp.gnu.glpk |
|---|---|
| Message-ID | <[email protected]> |
-------- Forwarded Message -------- From: Minjun Kang <[email protected]> To: [email protected] <[email protected]> Subject: Hello. I need a example to use GLPK java for MIP. Date: Wed, 16 May 2018 10:39:46 +0000 (UTC) Dear help-glpk. I'm a student learning optimization. I'm doing optimization modeling in JAVA. However, there are only 1-dimension variables among the existing examples Can you give me an example that has more than 2-dimensional variables? For example, If the objective function is sum (s in S, p in P) x (s, p) forall (s in S, p in P) x (s, p) is_binary I want to show it in java. Could you pass me some more difficult examples than the example in the existing folder? Thank you. Best regards.