豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

chrhansk/pyqplib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI version

PyQPLIB

The package is designed to read QPLIB into Python. Usage:

>>> import pyqplib
>>> problem = pyqplib.read_problem("/path/to/file.qplib")
>>> x0 = problem.x0
>>> obj = problem.obj_val(x0)
>>> cons = problem.cons_val(x0)

About

Package to read and evaluate QPLIB instance files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages