Linear optimization with N-D labeled arrays in Python
Stars
240
Forks
77
Watchers
240
Open Issues
70
Overall repository health assessment
No package.json found
This might not be a Node.js project
897
commits
79
commits
37
commits
30
commits
27
commits
25
commits
23
commits
18
commits
10
commits
8
commits
perf: use numpy array lookup for solution unpacking (#619)
472ecc9View on GitHubrefac: replace print calls with str-returning format_* methods (#621)
43af227View on GitHubfeat: Add relax() and unrelax() to Variable and Variables (#634)
5d278fbView on GitHubRe-introduce knitro context closure and export solver quantities (#633)
136c13fView on GitHubfeat: Add fix(), unfix(), and fixed to Variable and Variables (#625)
f8dcfeaView on GitHubAdd OetcSettings.from_env() and forward solver options through Model.solve() (#612)
474f79bView on GitHubfeat: Add semi-continous variables as an option (#593)
c415b4eView on GitHubhandle missing dual values when barrier solution has no crossover (#601)
1e5a4ecView on GitHub