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
.
scipopt
/
PySCIPOpt
Public
Notifications
You must be signed in to change notification settings
Fork
284
Star
993
Code
Issues
16
Pull requests
7
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Move same magic methods from
Expr
and
GenExpr
to
ExprLike
- #1204
#1204
Merged
Joao-Dionisio
merged 25 commits into
scipopt:master
scipopt/PySCIPOpt:master
from
Zeroto521:ExprLike
Zeroto521/PySCIPOpt:ExprLike
Copy head branch name to clipboard
Jun 5, 2026
Conversation
Commits
25
(25)
Checks
Files changed
Merged
Move same magic methods from
Expr
and
GenExpr
to
ExprLike
#1204
Joao-Dionisio
merged 25 commits into
scipopt:master
scipopt/PySCIPOpt:master
from
Zeroto521:ExprLike
Zeroto521/PySCIPOpt:ExprLike
Copy head branch name to clipboard
Commits
Commits on Apr 6, 2026
Consolidate operator overloads into ExprLike
Show description for 6874ae4
Zeroto521
committed
6874ae4
View commit details
Copy full SHA for 6874ae4
Browse repository at this point
Consolidate ExprLike operator methods
Show description for d8f2cce
Zeroto521
committed
d8f2cce
View commit details
Copy full SHA for d8f2cce
Browse repository at this point
Move __rtruediv__ to ExprLike base class
Show description for d140fb7
Zeroto521
committed
d140fb7
View commit details
Copy full SHA for d140fb7
Browse repository at this point
Update changelog: move magic methods to ExprLike
Show description for 6998944
Zeroto521
committed
6998944
View commit details
Copy full SHA for 6998944
Browse repository at this point
Update CHANGELOG.md
Zeroto521
committed
9d2d251
View commit details
Copy full SHA for 9d2d251
Browse repository at this point
Commits on Apr 7, 2026
Mark reflected dunder methods positional-only
Show description for 043b032
Zeroto521
committed
043b032
View commit details
Copy full SHA for 043b032
Browse repository at this point
Consolidate arithmetic dunders into ExprLike
Show description for 11d1801
Zeroto521
committed
11d1801
View commit details
Copy full SHA for 11d1801
Browse repository at this point
Update CHANGELOG.md
Show description for b814b40
Zeroto521
and
Copilot
authored
b814b40
View commit details
Copy full SHA for b814b40
Browse repository at this point
Merge branch 'ExprLike' of github.com:Zeroto521/PySCIPOpt into ExprLike
Zeroto521
committed
27ff00f
View commit details
Copy full SHA for 27ff00f
Browse repository at this point
style: format scip.pyi with ruff
Show description for c7f6715
Zeroto521
committed
c7f6715
View commit details
Copy full SHA for c7f6715
Browse repository at this point
Commits on Apr 24, 2026
Merge branch 'scipopt:master' into ExprLike
Zeroto521
authored
483528a
View commit details
Copy full SHA for 483528a
Browse repository at this point
Commits on May 20, 2026
Merge branch 'master' into ExprLike
Zeroto521
committed
d88206c
View commit details
Copy full SHA for d88206c
Browse repository at this point
Refine operator type hints in scip.pyi
Show description for 7dbf944
Zeroto521
committed
7dbf944
View commit details
Copy full SHA for 7dbf944
Browse repository at this point
Update CHANGELOG.md
Zeroto521
committed
8e8bf59
View commit details
Copy full SHA for 8e8bf59
Browse repository at this point
Merge branch 'master' into ExprLike
Joao-Dionisio
authored
64e6947
View commit details
Copy full SHA for 64e6947
Browse repository at this point
Commits on May 23, 2026
Make ExprLike.__neg__ positional-only
Show description for 6ca96c9
Zeroto521
committed
6ca96c9
View commit details
Copy full SHA for 6ca96c9
Browse repository at this point
Refine ExprLike operator return types
Show description for 823b94c
Zeroto521
committed
823b94c
View commit details
Copy full SHA for 823b94c
Browse repository at this point
Merge branch 'ExprLike' of github.com:Zeroto521/PySCIPOpt into ExprLike
Zeroto521
committed
f21d708
View commit details
Copy full SHA for f21d708
Browse repository at this point
Annotate __rtruediv__ return type as GenExpr
Show description for ec64ba2
Zeroto521
committed
ec64ba2
View commit details
Copy full SHA for ec64ba2
Browse repository at this point
Annotate __neg__ return type
Show description for 9fdca93
Zeroto521
committed
9fdca93
View commit details
Copy full SHA for 9fdca93
Browse repository at this point
Unify __rtruediv__ typing in stubs
Show description for 61cea57
Zeroto521
committed
61cea57
View commit details
Copy full SHA for 61cea57
Browse repository at this point
Merge branch 'master' into ExprLike
Zeroto521
authored
dcd64b9
View commit details
Copy full SHA for dcd64b9
Browse repository at this point
Mark __neg__ as positional-only in scip.pyi
Show description for aa6ae86
Zeroto521
committed
aa6ae86
View commit details
Copy full SHA for aa6ae86
Browse repository at this point
Commits on Jun 5, 2026
Merge branch 'master' into ExprLike
Joao-Dionisio
authored
fb3a4bd
View commit details
Copy full SHA for fb3a4bd
Browse repository at this point
Resolve CHANGELOG merge conflict
Joao-Dionisio
committed
c3ca2fe
View commit details
Copy full SHA for c3ca2fe
Browse repository at this point
You can’t perform that action at this time.