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

Missing negation #148

Closed
gdalle opened this issue Aug 6, 2024 · 2 comments · Fixed by #150
Closed

Missing negation #148

gdalle opened this issue Aug 6, 2024 · 2 comments · Fixed by #150
Labels
new overloads A new method on tracers is required by a user.

Comments

@gdalle
Copy link
Collaborator

gdalle commented Aug 6, 2024

I think JuliaSmoothOptimizers/ADNLPModels.jl#255 shows a missing unary operator !.
It's not enough to solve it though, once I fix it by adding ! to ops_1_to_1_z I get another error related to sparse matrix multiplication.

@adrhill
Copy link
Owner

adrhill commented Aug 6, 2024

I'm guessing we can just ignore the three-valued logic?

!(x)

Boolean not. Implements three-valued logic, returning missing if x is missing.

@adrhill
Copy link
Owner

adrhill commented Aug 6, 2024

The second issue you mention is being discussed in #133, so I'll have PR #150 close this one.

@adrhill adrhill added the new overloads A new method on tracers is required by a user. label Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new overloads A new method on tracers is required by a user.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants