We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374f870 commit 9ea7fa2Copy full SHA for 9ea7fa2
src/identify_variables.jl
@@ -179,8 +179,8 @@ function identify_unique_variables(
179
# am throwing this error to be defensive.
180
throw(DomainError(
181
node.type,
182
- """Encountered a NODE_VARIABLE while parsing constraint\
183
- $constraint,\nbut we do not have an NLPEvaluator\
+ """Encountered a NODE_VARIABLE while parsing constraint
+ $constraint,\nbut we do not have an NLPEvaluator
184
to resolve this into a NODE_MOI_VARIABLE.
185
Something has gone wrong.""",
186
))
0 commit comments