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

Update to [email protected] #88

Merged
merged 2 commits into from
Apr 5, 2024
Merged

Update to [email protected] #88

merged 2 commits into from
Apr 5, 2024

Conversation

odow
Copy link
Contributor

@odow odow commented Feb 22, 2024

Copy link

codecov bot commented Feb 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.99%. Comparing base (c22506b) to head (ceca648).

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
+ Coverage   85.88%   85.99%   +0.10%     
==========================================
  Files          12       12              
  Lines         914      914              
==========================================
+ Hits          785      786       +1     
+ Misses        129      128       -1     

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

@odow
Copy link
Contributor Author

odow commented Feb 22, 2024

@blegat, so this doesn't segfault anymore, but it does throw:

julia> poly_out = eliminate(poly_in, collect(1:4), BlockElimination())
ERROR: ddf_BlockElimination returned a NULL pointer but did not provide any error. Please report this by opening an issue at https://github.com/JuliaPolyhedra/CDDLib.jl.
Stacktrace:
 [1] error(s::String)
   @ Base ./error.jl:35
 [2] myerror
   @ ~/.julia/dev/CDDLib/src/error.jl:31 [inlined]
 [3] macro expansion
   @ ~/.julia/dev/CDDLib/src/ccall.jl:30 [inlined]
 [4] dd_blockelimination(matrix::Ptr{CDDLib.Cdd_MatrixData{Float64}}, delset::Ptr{UInt64})
   @ CDDLib ~/.julia/dev/CDDLib/src/operations.jl:311
 [5] blockelimination(matrix::CDDInequalityMatrix{Float64, Float64}, delset::Vector{Int64})
   @ CDDLib ~/.julia/dev/CDDLib/src/operations.jl:334
 [6] eliminate(p::CDDLib.Polyhedron{Float64}, delset::Vector{Int64}, ::BlockElimination)
   @ CDDLib ~/.julia/dev/CDDLib/src/polyhedron.jl:182
 [7] top-level scope
   @ REPL[10]:1

@blegat blegat merged commit 931882b into master Apr 5, 2024
12 checks passed
@blegat
Copy link
Member

blegat commented Apr 5, 2024

Thanks!

@schillic
Copy link

schillic commented Jul 5, 2024

This change has not been released yet. Is that intentional?

@blegat
Copy link
Member

blegat commented Jul 5, 2024

Just an oversight, done now ;)

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.

SegFault for BlockElimination
3 participants