PySP command result related to output: ** At least one sub-... failed to solve! **

124 views Asked by At

![The screenshot is from the error result of command:

runph --model-directory=models --instance-directory=scenariodata --solver=ipopt --default-rho=1

]1

Although I could still get outputs, I wonder what does this error warning

"** At least one sub-problem failed to solve! **"

mean? and what should I do next? Thanks for your kind help.

1

There are 1 answers

0
bright612 On

In this case, there is a problem with the constraint, or the value of the objective function goes to infinity.

I recommend to add '--verbose' in your command. This command can help you why this error is occurred.

runph --model-directory=models --instance-directory=scenariodata --solver=ipopt --default-rho=1 --verbose

This command provides more information about your problem.