ryanjoneil / python-zibopt

Automatically exported from code.google.com/p/python-zibopt
2 stars 1 forks source link

serialization of problem instances and solutions #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if we could serialize these to json and read them back.

Original issue reported on code.google.com by ryan%che...@gtempaccount.com on 20 Jul 2009 at 4:50

GoogleCodeExporter commented 9 years ago
It would also be great to serialize to ZIMPL...

Original comment by ryan%che...@gtempaccount.com on 16 Oct 2009 at 7:39

GoogleCodeExporter commented 9 years ago
This may be more problematic than I initially thought, being that SCIP 
variables are
so tightly integrated with Python variables.  The basic problem is that we 
wouldn't
know what names to write them out to the json (or other format) file as, since
variables don't necessarily have to have names.

Original comment by ryan%che...@gtempaccount.com on 4 Jan 2010 at 1:42