-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
ConditionSet #32089
Comments
This comment has been minimized.
This comment has been minimized.
Author: Matthias Koeppe |
Last 10 new commits:
|
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:6
I'm going to extend it to lists of several conditions |
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:38
Thanks! |
comment:39
|
comment:42
LGTM. |
comment:43
Thanks. |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. Last 10 new commits:
|
Changed branch from u/mkoeppe/conditionset__conditionset_callable_symbolic_expression to |
(from #24176).
We define a class
ConditionSet
for subsets of elements given by a logical "and" of finitely many predicates.If the given predicates (condition) are symbolic, a
ConditionSet
can be converted to a SymPyConditionSet
; the_sympy_
method falls back to creating aSageSet
wrapper otherwise.As an application, we provide
Chart
andRealChart
with a methodcodomain
.Depends on #32013
Depends on #32015
CC: @tscrim @egourgoulhon
Component: symbolics
Author: Matthias Koeppe
Branch/Commit:
f135a05
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/32089
The text was updated successfully, but these errors were encountered: