-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
GenericBackend: Fix doctest of add_linear_constraint_vector #20326
Comments
This comment has been minimized.
This comment has been minimized.
comment:1
with the second example I only get segfault with Coin - with other backends I get gracefully handled errors. |
comment:2
The COIN segfaults are addressed in #20360. |
Commit: |
New commits:
|
comment:5
|
comment:6
if you want to keep these as a template you'd mark them |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:8
Sorry! I tested the wrong file after making this change, so I did not catch this test failure. Yes, the idea is to make |
comment:9
Isn't it more in line with the rest of the code to tag these statements by |
comment:11
Replying to @dimpase:
You are right. I have now brought it in line with the doctests for the other methods. Same also for |
comment:12
OK, good! |
Author: Matthias Koeppe |
Reviewer: Dima Pasechnik |
Changed branch from u/mkoeppe/genericbackend__fix_doctest_of_add_linear_constraint_vector to |
The doctest of
add_linear_constraint_vector
from generic_backend.pyx (which is never run for any real backend!), when applied to COIN or GLPK leads to segfaults:CC: @dimpase @videlec
Component: numerical
Author: Matthias Koeppe
Branch/Commit:
690b1a5
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/20326
The text was updated successfully, but these errors were encountered: