Skip to content

Commit

Permalink
Update src/domains.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored May 13, 2024
1 parent d565630 commit 7cfc412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Base.:∈(variable::DomainedVar,domain::NTuple{2,Real}) = VarDomainPairing(varia
# Multiple variables
Base.:(variables::NTuple{N,DomainedVar},domain::Domain) where N = VarDomainPairing(value.(variables),domain)

function infimum(d::AbstractInterval)
function infimum(d::AbstractInterval{<:Num})
leftendpoint(d)
end

Expand Down

0 comments on commit 7cfc412

Please sign in to comment.