File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -629,14 +629,21 @@ abstract type ADOriginator end
629
629
"""
630
630
$(TYPEDEF)
631
631
632
- Used to specify which variables can be aliased in a solve.
632
+ Base for types that specify which variables can be aliased in a solve.
633
633
Every concrete AbstractAliasSpecifier should have at least the fields `alias_p` and `alias_f`.
634
634
"""
635
635
abstract type AbstractAliasSpecifier end
636
636
637
637
"""
638
638
$(TYPEDEF)
639
639
640
+ Base for types which specify what will be printed during a solve.
641
+ """
642
+ abstract type AbstractVerbositySpecifier end
643
+
644
+ """
645
+ $(TYPEDEF)
646
+
640
647
Internal. Used for signifying the AD context comes from a ChainRules.jl definition.
641
648
"""
642
649
struct ChainRulesOriginator <: ADOriginator end
You can’t perform that action at this time.
0 commit comments