Home
last modified time | relevance | path

Searched refs:objective_bound (Results 1 – 13 of 13) sorted by relevance

/dports/math/py-mip/mip-1.13.0/test/
H A Dmip_files_test.py150 assert m.objective_bound <= ub + max_dif
159 assert m.objective_bound <= ub + max_dif
H A Dtwo_dim_pack_test.py75 assert z_relax - TOL <= mip.objective_bound <= z_ub + TOL
77 assert abs(mip.objective_value - mip.objective_bound) <= TOL
H A Drcpsp_test.py87 assert z_relax - TOL <= mip.objective_bound <= z_ub + TOL
89 assert abs(mip.objective_value - mip.objective_bound) <= TOL
H A Ddbft_test.py493 assert m.objective_bound >= opt - TOL
/dports/math/py-mip/mip-1.13.0/examples/
H A Dbmcp.py60 assert m.objective_bound <= 41 + 1e-10
H A Dtsp-compact-ulysses22.py122 assert model.objective_bound <= 7013 + 1e-7
H A Dtsp-lazy-ulysses22.py160 assert model.objective_bound <= 7013 + 1e-7
H A Dtsp-cuts-ulysses22.py164 assert model.objective_bound <= 7013 + 1e-7
/dports/math/py-mip/mip-1.13.0/mip/
H A Dmodel.py622 lb = self.objective_bound
763 def objective_bound(self: "Model") -> Optional[numbers.Real]: member in Model
1468 assert self.objective_bound <= self.objective_value + 1e-10
1470 assert self.objective_bound + 1e-10 >= self.objective_value
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/mindtpy/tests/
H A Dunit_test.py131 self.assertIn(main_mip.MindtPy_utils.objective_bound,
138 self.assertIn(main_mip.MindtPy_utils.objective_bound,
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/gdpopt/
H A Dmip_solve.py123 GDPopt.objective_bound = Constraint(
/dports/math/py-mip/mip-1.13.0/docs/
H A Dquickstart.rst176 print('sol.cost {} found, best possible: {}'.format(m.objective_value, m.objective_bound))
178 print('no feasible solution found, lower bound is: {}'.format(m.objective_bound))
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/mindtpy/
H A Dmip_solve.py381 MindtPy.objective_bound = Constraint(