Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type loop variables #758

Merged
merged 36 commits into from
Feb 6, 2024
Merged

Type loop variables #758

merged 36 commits into from
Feb 6, 2024

Conversation

Joao-Dionisio
Copy link
Collaborator

Added cdef int to looping variables. Should speed PySCIPOpt a little bit. I don't think integer overflow will be a problem, but I'm a newbie at C.

Still need to add other types (sometimes we iterate through variables, for example).

@Joao-Dionisio Joao-Dionisio marked this pull request as ready for review February 2, 2024 11:00
Copy link

codecov bot commented Feb 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (99aa49d) 61.68% compared to head (779becc) 61.68%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #758   +/-   ##
=======================================
  Coverage   61.68%   61.68%           
=======================================
  Files          16       16           
  Lines        3255     3255           
=======================================
  Hits         2008     2008           
  Misses       1247     1247           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@mmghannam mmghannam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks João!

@mmghannam mmghannam merged commit bd85238 into master Feb 6, 2024
3 checks passed
@Joao-Dionisio Joao-Dionisio deleted the type-loop-variables branch February 6, 2024 16:54
Joao-Dionisio added a commit that referenced this pull request Feb 8, 2024
mmghannam pushed a commit that referenced this pull request Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants