yoghadj / or-tools

Automatically exported from code.google.com/p/or-tools
0 stars 0 forks source link

Cannot export MPSolver model as MPS in Java #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
MPSolver.ExportModelAsMpsFormat should return the created model as String 
instead of taking model_str as argument which does not work in Java. 
Alternatively use a mutable argument.

Original issue reported on code.google.com by s...@itscope.de on 15 Nov 2013 at 8:49

GoogleCodeExporter commented 9 years ago
fixed.
I have replaced the API with one that returns the string.
See examples/com/google/ortools/linearsolver/samples/LinearProgramming.java for 
an example of the API.

Original comment by laurent....@gmail.com on 4 Apr 2014 at 9:52

GoogleCodeExporter commented 9 years ago
Can you provide new precompiled DLLS please ?

Original comment by Markus.G...@gmx.com on 4 Apr 2014 at 11:25