Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
SleipnirGroup
/
Sleipnir
Public
Notifications
You must be signed in to change notification settings
Fork
15
Star
80
Code
Issues
7
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
Sleipnir
python
cpp
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 5, 2026
Extract solver setup to subfunctions (#1326)
calcmogul
authored
b340b48
View commit details
Copy full SHA for b340b48
View code at this point
Browse repository at this point
Commits on Aug 16, 2026
Upgrade to pybind11_mkdoc 3.0.0 (#1298)
calcmogul
authored
1815954
View commit details
Copy full SHA for 1815954
View code at this point
Browse repository at this point
Commits on Jul 29, 2026
Add matrix exponential (#1274)
calcmogul
authored
05db8fe
View commit details
Copy full SHA for 05db8fe
View code at this point
Browse repository at this point
Commits on Jul 28, 2026
Add helper for converting VariableMatrix to Eigen matrix (#1279)
calcmogul
authored
1a1a432
View commit details
Copy full SHA for 1a1a432
View code at this point
Browse repository at this point
Commits on Jul 27, 2026
Add VariableMatrix identity static function (#1277)
calcmogul
authored
47fb8a2
View commit details
Copy full SHA for 47fb8a2
View code at this point
Browse repository at this point
Commits on Jul 26, 2026
Add explicit template instantiation for VariableMatrix<double> (#1273)
calcmogul
authored
ad59eaa
View commit details
Copy full SHA for ad59eaa
View code at this point
Browse repository at this point
Commits on Jul 4, 2026
Fix clangd include-what-you-use warnings (#1257)
calcmogul
authored
651ec77
View commit details
Copy full SHA for 651ec77
View code at this point
Browse repository at this point
Commits on Jun 27, 2026
Remove VariableBlock compound division-assignment operator (#1248)
calcmogul
authored
0ecaa0e
View commit details
Copy full SHA for 0ecaa0e
View code at this point
Browse repository at this point
Commits on May 28, 2026
Merge Expression scratch variables (#1229)
calcmogul
authored
cc3ad7d
View commit details
Copy full SHA for cc3ad7d
View code at this point
Browse repository at this point
Commits on May 17, 2026
Use zeros instead of zeroes (#1201)
calcmogul
authored
0f940df
View commit details
Copy full SHA for 0f940df
View code at this point
Browse repository at this point
Commits on May 9, 2026
Fix typos found by misspell (#1191)
sciencewhiz
authored
bc31026
View commit details
Copy full SHA for bc31026
View code at this point
Browse repository at this point
Commits on Apr 14, 2026
Document that solvers only use lower triangle of Hessian (#1175)
calcmogul
authored
128c360
View commit details
Copy full SHA for 128c360
View code at this point
Browse repository at this point
Commits on Apr 9, 2026
Make Newton solver report line search failure instead of infeasible (#1171)
calcmogul
authored
1f8f12e
View commit details
Copy full SHA for 1f8f12e
View code at this point
Browse repository at this point
Commits on Apr 5, 2026
Use "Solves" in Python Problem.solve() docs (#1170)
calcmogul
authored
b217342
View commit details
Copy full SHA for b217342
View code at this point
Browse repository at this point
Commits on Mar 29, 2026
Broadcast unary math functions to matrices in Python (#1156)
calcmogul
authored
aebce1b
View commit details
Copy full SHA for aebce1b
View code at this point
Browse repository at this point
Reorganize website (#1154)
calcmogul
authored
8f1de10
View commit details
Copy full SHA for 8f1de10
View code at this point
Browse repository at this point
Commits on Mar 26, 2026
Reimplement feasibility restoration (#1148)
calcmogul
authored
5e05b09
View commit details
Copy full SHA for 5e05b09
View code at this point
Browse repository at this point
Commits on Mar 24, 2026
Clean up docstrings (#1143)
calcmogul
authored
c7ed37f
View commit details
Copy full SHA for c7ed37f
View code at this point
Browse repository at this point
Commits on Mar 20, 2026
[ci] Upgrade pybind11-mkdoc to LLVM 22 (#1138)
calcmogul
authored
746f37b
View commit details
Copy full SHA for 746f37b
View code at this point
Browse repository at this point
Commits on Mar 13, 2026
Merge KKT error functions (#1136)
calcmogul
authored
dc0655b
View commit details
Copy full SHA for dc0655b
View code at this point
Browse repository at this point
Commits on Mar 6, 2026
Return NotImplemented from __array_ufunc__() (#1132)
calcmogul
authored
1919d35
View commit details
Copy full SHA for 1919d35
View code at this point
Browse repository at this point
Document decision variable initial value (#1131)
calcmogul
authored
8be41e6
View commit details
Copy full SHA for 8be41e6
View code at this point
Browse repository at this point
Also report error for nonfinite initial derivatives (#1130)
calcmogul
authored
13f383f
View commit details
Copy full SHA for 13f383f
View code at this point
Browse repository at this point
Commits on Mar 2, 2026
Add all iterates to IterationInfo (#1127)
calcmogul
authored
31efcdc
View commit details
Copy full SHA for 31efcdc
View code at this point
Browse repository at this point
Commits on Feb 13, 2026
Fix macro redefinition errors in nanobind (#1122)
calcmogul
authored
b0faa38
View commit details
Copy full SHA for b0faa38
View code at this point
Browse repository at this point
Commits on Feb 3, 2026
Add VariableMatrix factory function for arbitrary constants (#1117)
calcmogul
authored
0f79c6e
View commit details
Copy full SHA for 0f79c6e
View code at this point
Browse repository at this point
Commits on Jan 30, 2026
Add min() and max() expressions (#1111)
calcmogul
authored
79a5285
View commit details
Copy full SHA for 79a5285
View code at this point
Browse repository at this point
Commits on Jan 18, 2026
Deduplicate minimize() and maximize() wrapper definitions with for_each_type() (#1104)
calcmogul
authored
72fb246
View commit details
Copy full SHA for 72fb246
View code at this point
Browse repository at this point
Document implicit conversion of VariableMatrix to Variable for costs and objectives (#1103)
calcmogul
authored
1cd18f1
View commit details
Copy full SHA for 1cd18f1
View code at this point
Browse repository at this point
Commits on Jan 8, 2026
Add ndarray support to Python bounds() (#1092)
calcmogul
authored
d7977a9
View commit details
Copy full SHA for d7977a9
View code at this point
Browse repository at this point
Commits on Jan 6, 2026
Replace static_cast with nb::overload_cast (#1091)
calcmogul
authored
7502888
View commit details
Copy full SHA for 7502888
View code at this point
Browse repository at this point
Commits on Dec 26, 2025
Fix capitalization of value() in comments (#1085)
calcmogul
authored
4872bc0
View commit details
Copy full SHA for 4872bc0
View code at this point
Browse repository at this point
Commits on Dec 10, 2025
Use triple forward slashes for private variable comments (#1076)
calcmogul
authored
1ff12b5
View commit details
Copy full SHA for 1ff12b5
View code at this point
Browse repository at this point
Commits on Dec 9, 2025
Move bounds() helper function to optimization subpackage (#1072)
calcmogul
authored
def13b1
View commit details
Copy full SHA for def13b1
View code at this point
Browse repository at this point
Add bounds() helper function (#1067)
calcmogul
authored
aaed498
View commit details
Copy full SHA for aaed498
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.