Skip to content

Passed

run_tests.TestSimulation_mosek_conif.test_simulate (from run_tests.TestSimulation_mosek_conif-20211026163144)

Took 5.9 sec.

Standard Output

Solution check warning: Dual cost 6184.689384318724 does not match primal cost 6201.670871968141
Final PCCP solution let non-GP constraints slacken by 0.28%. Calling .localsolve(pccp_penalty=...) with a higher `pccp_penalty` (it was 200 this time) will reduce slack if the model is solvable with less. To verify that the slack is needed, generate an SGP with `use_pccp=False` and start it from this model's  solution: e.g. `m.localsolve(use_pccp=False, x0=m.solution["variables"])`.
Final PCCP solution let non-GP constraints slacken by 0.064%. Calling .localsolve(pccp_penalty=...) with a higher `pccp_penalty` (it was 200 this time) will reduce slack if the model is solvable with less. To verify that the slack is needed, generate an SGP with `use_pccp=False` and start it from this model's  solution: e.g. `m.localsolve(use_pccp=False, x0=m.solution["variables"])`.