Skip to content

Commit

Permalink
add alias to kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Dec 10, 2024
1 parent 69257ab commit 44e51b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ const allowedkeywords = (:dense,
:trace_level,
:store_trace,
# Termination condition for solvers
:termination_condition)
:termination_condition,
# For AbstractAliasSpecifier
:alias)

const KWARGWARN_MESSAGE = """
Unrecognized keyword arguments found.
Expand Down

0 comments on commit 44e51b1

Please sign in to comment.