def test_lp_3(self): # unbounded LP sth = STH.lp_3() for affine in TestSlacks.AFF_LP_CASES: TestSlacks.simulate_chain(sth.prob, affine, solver='ECOS') sth.verify_objective(places=4)
def test_lp_3(self): # unbounded LP sth = STH.lp_3() TestDualize.simulate_chain(sth.prob) sth.verify_objective(places=4)