Skip to content

Commit

Permalink
Merge pull request #3502 from JuliaReach/auto-juliaformatter-pr
Browse files Browse the repository at this point in the history
Automatic JuliaFormatter.jl run
  • Loading branch information
schillic authored May 4, 2024
2 parents 280cf3d + 5d86a8e commit e862e18
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
24 changes: 12 additions & 12 deletions src/API/API.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ import ReachabilityBase.Arrays: distance, rectify

export
# unary set operations
an_element, area, complement, concretize, constraints_list, constraints,
convex_hull, diameter, dim, high, is_polyhedral, isbounded,
isboundedtype, isconvextype, isempty, isoperation, isoperationtype,
isuniversal, low, norm, radius, rectify, reflect, sample,
support_function, ρ, support_vector, σ, surface, vertices_list, vertices,
volume,
an_element, area, complement, concretize, constraints_list, constraints,
convex_hull, diameter, dim, high, is_polyhedral, isbounded,
isboundedtype, isconvextype, isempty, isoperation, isoperationtype,
isuniversal, low, norm, radius, rectify, reflect, sample,
support_function, ρ, support_vector, σ, surface, vertices_list, vertices,
volume,
# mixed set operations (typically with vectors or matrices)
affine_map, exponential_map, is_interior_point, linear_map, project,
scale!, scale, support_function, ρ, support_vector, σ, translate!,
translate,
affine_map, exponential_map, is_interior_point, linear_map, project,
scale!, scale, support_function, ρ, support_vector, σ, translate!,
translate,
# binary set operations
cartesian_product, difference, distance, exact_sum, , intersection,
is_intersection_empty, isequivalent, , linear_combination,
minkowski_difference, pontryagin_difference, minkowski_sum
cartesian_product, difference, distance, exact_sum, , intersection,
is_intersection_empty, isequivalent, , linear_combination,
minkowski_difference, pontryagin_difference, minkowski_sum

include("LazySet.jl")

Expand Down
1 change: 0 additions & 1 deletion src/Interfaces/LazySet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,6 @@ function is_interior_point(v::AbstractVector{N}, X::LazySet{N}; p=N(Inf), ε=_rt
return Ballp(p, v, ε) X
end


"""
plot_recipe(X::LazySet, [ε])
Expand Down

0 comments on commit e862e18

Please sign in to comment.