Searched refs:objective_bound (Results 1 – 13 of 13) sorted by relevance
150 assert m.objective_bound <= ub + max_dif159 assert m.objective_bound <= ub + max_dif
75 assert z_relax - TOL <= mip.objective_bound <= z_ub + TOL77 assert abs(mip.objective_value - mip.objective_bound) <= TOL
87 assert z_relax - TOL <= mip.objective_bound <= z_ub + TOL89 assert abs(mip.objective_value - mip.objective_bound) <= TOL
493 assert m.objective_bound >= opt - TOL
60 assert m.objective_bound <= 41 + 1e-10
122 assert model.objective_bound <= 7013 + 1e-7
160 assert model.objective_bound <= 7013 + 1e-7
164 assert model.objective_bound <= 7013 + 1e-7
622 lb = self.objective_bound763 def objective_bound(self: "Model") -> Optional[numbers.Real]: member in Model1468 assert self.objective_bound <= self.objective_value + 1e-101470 assert self.objective_bound + 1e-10 >= self.objective_value
131 self.assertIn(main_mip.MindtPy_utils.objective_bound,138 self.assertIn(main_mip.MindtPy_utils.objective_bound,
123 GDPopt.objective_bound = Constraint(
176 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))
381 MindtPy.objective_bound = Constraint(