-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add conversions from MT to Hyperplane and HalfSpace (#2193)
* Add conversions from MT too Hyperplane and HalfSpace * test MT * add docstrings * Update Project.toml * Update src/Sets/HalfSpace.jl Co-authored-by: Christian Schilling <[email protected]> * Update src/Sets/Hyperplane.jl Co-authored-by: Christian Schilling <[email protected]> * Update Project.toml Co-authored-by: Christian Schilling <[email protected]> * Update src/Sets/Hyperplane.jl Co-authored-by: Christian Schilling <[email protected]> * Update src/Sets/HalfSpace.jl * Update src/Sets/Hyperplane.jl Co-authored-by: Christian Schilling <[email protected]>
- Loading branch information
Showing
9 changed files
with
256 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
eval(quote | ||
using .ModelingToolkit: get_variables, | ||
gradient, | ||
simplify, | ||
to_symbolic, | ||
Operation | ||
|
||
end) | ||
|
||
eval(load_modeling_toolkit_hyperplane()) | ||
eval(load_modeling_toolkit_halfspace()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters