资 源 简 介
About python-zibopt
This is a library for generating and solving Mixed Integer Programs in Python 2.7 or 3.2 using SCIP and SoPlex from the ZIB Optimization Suite. It aims to provide a seamless integration between the two environments, allowing the programmer to easily solve MIQPs using Python"s convenient facilities for data access and manipulation, among other things.
Documentation for the latest version lives here.
Licensing
python-zibopt is released under the GPL. Components of the ZIB Optimization Suite, which it links against, are distributed by ZIB under the ZIB Academic License. Commercial licenses for SCIP are available. Please see the ZIB Optimization Suite website for more information.
Example