Skip to content

Make RawParameter a String #1314

@odow

Description

@odow

Lots of solvers mixed between Symbols and Strings. However, JuMP assumes that it is a String to use set_optimizer_attribute. We could even rename RawParameter to RawOptimizerAttribute?

"""
RawParameter(name)
An optimizer attribute for the solver-specific parameter identified by `name`
which is typically an `Enum` or a `String`.
"""
struct RawParameter <: AbstractOptimizerAttribute
name::Any
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions