util ==== .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.mindtpy import * try: from pyomo.contrib.mindtpy import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.mindtpy .. automodule:: pyomo.contrib.mindtpy.util :undoc-members: .. rubric:: Classes .. autosummary:: :toctree: :template: recursive-class.rst GurobiPersistent4MindtPy .. rubric:: Functions .. autosummary:: :toctree: :template: recursive-base.rst add_orthogonality_cuts add_var_bound calc_jacobians copy_var_list_values copy_var_list_values_from_solution_pool epigraph_reformulation fp_converged generate_lag_objective_function generate_norm1_norm_constraint generate_norm1_objective_function generate_norm2sq_objective_function generate_norm_constraint generate_norm_inf_objective_function get_integer_solution initialize_feas_subproblem set_solver_constraint_violation_tolerance set_solver_mipgap set_var_valid_value setup_results_object update_solver_timelimit