Skip to content

Commit

Permalink
Update Survey-Package-on-Sets.md
Browse files Browse the repository at this point in the history
  • Loading branch information
putianyi889 authored Sep 19, 2023
1 parent 6c12a56 commit 512f309
Showing 1 changed file with 70 additions and 1 deletion.
71 changes: 70 additions & 1 deletion Julia/Survey-Package-on-Sets.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,73 @@ LazySet
└─ UnionSetArray
```

## Intervals.jl
## DomainSets.jl X IntervalSets.jl
```
Domain
├─ AbstractInterval
│ └─ TypedEndpointsInterval
│ ├─ FixedInterval
│ │ ├─ ChebyshevInterval
│ │ ├─ HalfLine
│ │ ├─ NegativeHalfLine
│ │ ├─ RealLine
│ │ └─ UnitInterval
│ └─ Interval
├─ Ball
│ ├─ GenericBall
│ └─ UnitBall
│ ├─ DynamicUnitBall
│ └─ StaticUnitBall
├─ ComplexNumbers
├─ AbstractIndicatorFunction
│ ├─ BoundedIndicatorFunction
│ └─ IndicatorFunction
├─ FunctionLevelSet
│ ├─ AbstractLevelSet
│ │ ├─ LevelSet
│ │ └─ ZeroSet
│ ├─ AbstractSublevelSet
│ │ ├─ SublevelSet
│ │ └─ SubzeroSet
│ └─ AbstractSuperlevelSet
│ ├─ SuperlevelSet
│ └─ SuperzeroSet
├─ LazyDomain
│ ├─ CompositeDomain
│ │ ├─ IntersectDomain
│ │ ├─ ProductDomain
│ │ │ ├─ HyperRectangle
│ │ │ │ ├─ Cube
│ │ │ │ │ ⋮
│ │ │ │ │
│ │ │ │ └─ Rectangle
│ │ │ ├─ TupleProductDomain
│ │ │ ├─ VcatDomain
│ │ │ └─ VectorProductDomain
│ │ ├─ SetdiffDomain
│ │ └─ UnionDomain
│ └─ SimpleLazyDomain
│ ├─ AbstractMappedDomain
│ │ ├─ ParametricDomain
│ │ └─ MappedDomain
│ └─ DerivedDomain
│ ├─ ExampleNamedDomain
│ └─ WrappedDomain
├─ NaturalNumbers
├─ Simplex
│ └─ UnitSimplex
│ ├─ DynamicUnitSimplex
│ └─ StaticUnitSimplex
├─ EmptySpace
├─ FullSpace
├─ Integers
├─ Point
├─ Rationals
├─ RealNumbers
├─ Sphere
│ ├─ GenericSphere
│ └─ UnitSphere
│ ├─ DynamicUnitSphere
│ └─ StaticUnitSphere
└─ TypeDomain
```

0 comments on commit 512f309

Please sign in to comment.