Index A | B | C | D | E | F | G | I | L | M | N | O | P | Q | R | S | T | U | V | W A add_affine_term() (pyoptinterface.ExprBuilder method) (pyoptinterface.ScalarQuadraticFunction method) add_constant() (pyoptinterface.ScalarAffineFunction method) (pyoptinterface.ScalarQuadraticFunction method) add_exp_cone_constraint() (pyoptinterface.copt.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) add_linear_constraint() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) add_m_linear_constraints() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) add_m_variables() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) add_mip_start() (pyoptinterface.copt.Model method) (pyoptinterface.xpress.Model method) add_nl_constraint() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.xpress.Model method) add_nl_objective() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.xpress.Model method) add_nl_start() (pyoptinterface.copt.Model method) add_quadratic_constraint() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) add_quadratic_term() (pyoptinterface.ExprBuilder method) (pyoptinterface.ScalarQuadraticFunction method) add_second_order_cone_constraint() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) add_sos_constraint() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.xpress.Model method) add_term() (pyoptinterface.ScalarAffineFunction method) add_variable() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) add_variables() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) affine_part (pyoptinterface.ScalarQuadraticFunction property) ALMOST_DUAL_INFEASIBLE (pyoptinterface.TerminationStatusCode attribute) ALMOST_INFEASIBLE (pyoptinterface.TerminationStatusCode attribute) ALMOST_LOCALLY_SOLVED (pyoptinterface.TerminationStatusCode attribute) ALMOST_OPTIMAL (pyoptinterface.TerminationStatusCode attribute) autoload_library() (in module pyoptinterface.copt) (in module pyoptinterface.gurobi) (in module pyoptinterface.highs) (in module pyoptinterface.mosek) (in module pyoptinterface.xpress) B BarrierIterations (pyoptinterface.ModelAttribute attribute) Binary (pyoptinterface.VariableDomain attribute) built-in function model.add_exp_cone_constraint() model.add_linear_constraint() model.add_m_linear_constraints() model.add_m_variables() model.add_quadratic_constraint() model.add_second_order_cone_constraint() model.add_sos_constraint() model.add_variable() model.add_variables() model.delete_constraint() model.delete_variable() model.get_constraint_attribute() model.get_model_attribute() model.get_normalized_coefficient() model.get_normalized_rhs() model.get_objective_coefficient() model.get_value() model.get_variable_attribute() model.is_constraint_active() model.is_variable_active() model.pprint() model.set_constraint_attribute() model.set_model_attribute() model.set_normalized_coefficient() model.set_normalized_rhs() model.set_objective() model.set_objective_coefficient() model.set_variable_attribute() model.set_variable_bounds() quicksum() quicksum_() C canonicalize() (pyoptinterface.ScalarAffineFunction method) (pyoptinterface.ScalarQuadraticFunction method) cb_add_lazy_constraint() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.xpress.Model method) cb_add_user_cut() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.xpress.Model method) cb_exit() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.xpress.Model method) cb_get_arguments() (pyoptinterface.xpress.Model method) cb_get_incumbent() (pyoptinterface.copt.Model method) (pyoptinterface.xpress.Model method) cb_get_info() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) cb_get_info_double() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) cb_get_info_int() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) cb_get_relaxation() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.xpress.Model method) cb_get_solution() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.xpress.Model method) cb_set_solution() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.xpress.Model method) cb_submit_solution() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.xpress.Model method) clean() (pyoptinterface.tupledict method) clean_nearzero_terms() (pyoptinterface.ExprBuilder method) clear() (pyoptinterface.ExprBuilder method) close() (pyoptinterface.copt.Env method) (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Env method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Env method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Env method) (pyoptinterface.xpress.Model method) coefficients (pyoptinterface.ScalarAffineFunction property) (pyoptinterface.ScalarQuadraticFunction property) computeIIS() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.xpress.Model method) Cone (pyoptinterface.ConstraintType attribute) constant (pyoptinterface.ScalarAffineFunction property) ConstraintAttribute (class in pyoptinterface) ConstraintIndex (class in pyoptinterface) ConstraintSense (class in pyoptinterface) ConstraintType (class in pyoptinterface) Continuous (pyoptinterface.VariableDomain attribute) D degree() (pyoptinterface.ExprBuilder method) delete_constraint() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) delete_variable() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) delete_variables() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) disable_log() (pyoptinterface.mosek.Model method) Domain (pyoptinterface.VariableAttribute attribute) Dual (pyoptinterface.ConstraintAttribute attribute) DUAL_INFEASIBLE (pyoptinterface.TerminationStatusCode attribute) DualObjectiveValue (pyoptinterface.ModelAttribute attribute) DualStatus (pyoptinterface.ModelAttribute attribute) E empty() (pyoptinterface.ExprBuilder method) Env (class in pyoptinterface.copt) (class in pyoptinterface.gurobi) (class in pyoptinterface.mosek) (class in pyoptinterface.xpress) EnvConfig (class in pyoptinterface.copt) Eq (in module pyoptinterface) Equal (pyoptinterface.ConstraintSense attribute) ExprBuilder (class in pyoptinterface) F FEASIBLE_POINT (pyoptinterface.ResultStatusCode attribute) from_numpy (pyoptinterface.ScalarAffineFunction attribute) G Geq (in module pyoptinterface) get_constraint_attribute() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) get_constraint_dual() (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) get_constraint_dual_ray() (pyoptinterface.xpress.Model method) get_constraint_info() (pyoptinterface.copt.Model method) get_constraint_name() (pyoptinterface.copt.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) get_constraint_primal() (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) get_constraint_raw_attribute() (pyoptinterface.gurobi.Model method) get_constraint_raw_attribute_char() (pyoptinterface.gurobi.Model method) get_constraint_raw_attribute_double() (pyoptinterface.gurobi.Model method) get_constraint_raw_attribute_int() (pyoptinterface.gurobi.Model method) get_constraint_raw_attribute_string() (pyoptinterface.gurobi.Model method) get_constraint_rhs() (pyoptinterface.xpress.Model method) get_constraint_sense() (pyoptinterface.xpress.Model method) get_constraint_slack() (pyoptinterface.xpress.Model method) get_iis_sol_status() (pyoptinterface.xpress.Model method) get_infinity (pyoptinterface.xpress.Model attribute) get_lp_status() (pyoptinterface.xpress.Model method) get_mip_status() (pyoptinterface.xpress.Model method) get_model_attribute() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) get_model_raw_attribute() (pyoptinterface.gurobi.Model method) get_model_raw_attribute_double() (pyoptinterface.gurobi.Model method) get_model_raw_attribute_int() (pyoptinterface.gurobi.Model method) get_model_raw_attribute_list_double() (pyoptinterface.gurobi.Model method) get_model_raw_attribute_string() (pyoptinterface.gurobi.Model method) get_model_raw_attribute_vector_double() (pyoptinterface.gurobi.Model method) get_nlp_status() (pyoptinterface.xpress.Model method) get_normalized_coefficient() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) get_normalized_rhs() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) get_obj_sense() (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) get_obj_value() (pyoptinterface.highs.Model method) get_objective_coefficient() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) get_optimize_type() (pyoptinterface.xpress.Model method) get_problem_name() (pyoptinterface.xpress.Model method) get_raw_attribute() (pyoptinterface.copt.Model method) (pyoptinterface.xpress.Model method) get_raw_attribute_dbl() (pyoptinterface.xpress.Model method) get_raw_attribute_dbl_by_id() (pyoptinterface.xpress.Model method) get_raw_attribute_double() (pyoptinterface.copt.Model method) get_raw_attribute_int() (pyoptinterface.copt.Model method) (pyoptinterface.xpress.Model method) get_raw_attribute_int_by_id() (pyoptinterface.xpress.Model method) get_raw_attribute_str() (pyoptinterface.xpress.Model method) get_raw_attribute_str_by_id() (pyoptinterface.xpress.Model method) get_raw_control() (pyoptinterface.xpress.Model method) get_raw_control_dbl() (pyoptinterface.xpress.Model method) get_raw_control_dbl_by_id() (pyoptinterface.xpress.Model method) get_raw_control_int() (pyoptinterface.xpress.Model method) get_raw_control_int_by_id() (pyoptinterface.xpress.Model method) get_raw_control_str() (pyoptinterface.xpress.Model method) get_raw_control_str_by_id() (pyoptinterface.xpress.Model method) get_raw_info_double() (pyoptinterface.highs.Model method) get_raw_info_int() (pyoptinterface.highs.Model method) get_raw_info_int64() (pyoptinterface.highs.Model method) get_raw_information() (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) get_raw_information_double() (pyoptinterface.mosek.Model method) get_raw_information_int() (pyoptinterface.mosek.Model method) get_raw_model() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) get_raw_option_bool() (pyoptinterface.highs.Model method) get_raw_option_double() (pyoptinterface.highs.Model method) get_raw_option_int() (pyoptinterface.highs.Model method) get_raw_option_string() (pyoptinterface.highs.Model method) get_raw_parameter() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) get_raw_parameter_double() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.mosek.Model method) get_raw_parameter_int() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.mosek.Model method) get_raw_parameter_string() (pyoptinterface.gurobi.Model method) (pyoptinterface.mosek.Model method) get_sol_status() (pyoptinterface.xpress.Model method) get_solve_status() (pyoptinterface.xpress.Model method) get_value() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) get_variable_attribute() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) get_variable_dual() (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) get_variable_info() (pyoptinterface.copt.Model method) get_variable_lower_bound() (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) get_variable_lowerbound() (pyoptinterface.xpress.Model method) get_variable_lowerbound_IIS() (pyoptinterface.xpress.Model method) get_variable_name() (pyoptinterface.copt.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) get_variable_primal_ray() (pyoptinterface.xpress.Model method) get_variable_raw_attribute() (pyoptinterface.gurobi.Model method) get_variable_raw_attribute_char() (pyoptinterface.gurobi.Model method) get_variable_raw_attribute_double() (pyoptinterface.gurobi.Model method) get_variable_raw_attribute_int() (pyoptinterface.gurobi.Model method) get_variable_raw_attribute_string() (pyoptinterface.gurobi.Model method) get_variable_rc() (pyoptinterface.xpress.Model method) get_variable_type() (pyoptinterface.copt.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) get_variable_upper_bound() (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) get_variable_upperbound() (pyoptinterface.xpress.Model method) get_variable_upperbound_IIS() (pyoptinterface.xpress.Model method) get_variable_value() (pyoptinterface.xpress.Model method) getdualobj() (pyoptinterface.mosek.Model method) getnumcol() (pyoptinterface.highs.Model method) getnumcon() (pyoptinterface.mosek.Model method) getnumrow() (pyoptinterface.highs.Model method) getnumvar() (pyoptinterface.mosek.Model method) getprimalobj() (pyoptinterface.mosek.Model method) getprosta() (pyoptinterface.mosek.Model method) getruntime() (pyoptinterface.highs.Model method) getsolsta() (pyoptinterface.mosek.Model method) GreaterEqual (pyoptinterface.ConstraintSense attribute) I IIS (pyoptinterface.ConstraintAttribute attribute) IISLowerBound (pyoptinterface.VariableAttribute attribute) IISUpperBound (pyoptinterface.VariableAttribute attribute) index (pyoptinterface.ConstraintIndex property) (pyoptinterface.VariableIndex property) INFEASIBILITY_CERTIFICATE (pyoptinterface.ResultStatusCode attribute) INFEASIBLE (pyoptinterface.TerminationStatusCode attribute) INFEASIBLE_OR_UNBOUNDED (pyoptinterface.TerminationStatusCode attribute) INFEASIBLE_POINT (pyoptinterface.ResultStatusCode attribute) init() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) Integer (pyoptinterface.VariableDomain attribute) INTERRUPTED (pyoptinterface.TerminationStatusCode attribute) INVALID_MODEL (pyoptinterface.TerminationStatusCode attribute) INVALID_OPTION (pyoptinterface.TerminationStatusCode attribute) is_constraint_active() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) is_constraint_basic() (pyoptinterface.xpress.Model method) is_constraint_in_IIS() (pyoptinterface.xpress.Model method) is_constraint_nonbasic_lb() (pyoptinterface.xpress.Model method) is_constraint_nonbasic_ub() (pyoptinterface.xpress.Model method) is_constraint_superbasic() (pyoptinterface.xpress.Model method) is_variable_active() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) is_variable_basic() (pyoptinterface.xpress.Model method) is_variable_nonbasic_lb() (pyoptinterface.xpress.Model method) is_variable_nonbasic_ub() (pyoptinterface.xpress.Model method) is_variable_superbasic() (pyoptinterface.xpress.Model method) ITERATION_LIMIT (pyoptinterface.TerminationStatusCode attribute) L Leq (in module pyoptinterface) LessEqual (pyoptinterface.ConstraintSense attribute) Linear (pyoptinterface.ConstraintType attribute) LOCALLY_INFEASIBLE (pyoptinterface.TerminationStatusCode attribute) LOCALLY_SOLVED (pyoptinterface.TerminationStatusCode attribute) LowerBound (pyoptinterface.VariableAttribute attribute) M m_n_constraints (pyoptinterface.highs.Model property) m_n_variables (pyoptinterface.highs.Model property) make_tupledict() (in module pyoptinterface) map() (pyoptinterface.tupledict method) Maximize (pyoptinterface.ObjectiveSense attribute) MEMORY_LIMIT (pyoptinterface.TerminationStatusCode attribute) Minimize (pyoptinterface.ObjectiveSense attribute) Model (class in pyoptinterface.copt) (class in pyoptinterface.gurobi) (class in pyoptinterface.highs) (class in pyoptinterface.mosek) (class in pyoptinterface.xpress) model.add_exp_cone_constraint() built-in function model.add_linear_constraint() built-in function model.add_m_linear_constraints() built-in function model.add_m_variables() built-in function model.add_quadratic_constraint() built-in function model.add_second_order_cone_constraint() built-in function model.add_sos_constraint() built-in function model.add_variable() built-in function model.add_variables() built-in function model.delete_constraint() built-in function model.delete_variable() built-in function model.get_constraint_attribute() built-in function model.get_model_attribute() built-in function model.get_normalized_coefficient() built-in function model.get_normalized_rhs() built-in function model.get_objective_coefficient() built-in function model.get_value() built-in function model.get_variable_attribute() built-in function model.is_constraint_active() built-in function model.is_variable_active() built-in function model.pprint() built-in function model.set_constraint_attribute() built-in function model.set_model_attribute() built-in function model.set_normalized_coefficient() built-in function model.set_normalized_rhs() built-in function model.set_objective() built-in function model.set_objective_coefficient() built-in function model.set_variable_attribute() built-in function model.set_variable_bounds() built-in function ModelAttribute (class in pyoptinterface) module pyoptinterface pyoptinterface.copt pyoptinterface.gurobi pyoptinterface.highs pyoptinterface.mosek pyoptinterface.xpress N Name (pyoptinterface.ConstraintAttribute attribute) (pyoptinterface.ModelAttribute attribute) (pyoptinterface.VariableAttribute attribute) NEARLY_FEASIBLE_POINT (pyoptinterface.ResultStatusCode attribute) NEARLY_INFEASIBILITY_CERTIFICATE (pyoptinterface.ResultStatusCode attribute) NEARLY_REDUCTION_CERTIFICATE (pyoptinterface.ResultStatusCode attribute) NO_SOLUTION (pyoptinterface.ResultStatusCode attribute) NODE_LIMIT (pyoptinterface.TerminationStatusCode attribute) NodeCount (pyoptinterface.ModelAttribute attribute) NORM_LIMIT (pyoptinterface.TerminationStatusCode attribute) number_of_constraints() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) number_of_variables() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) NumberOfThreads (pyoptinterface.ModelAttribute attribute) NUMERICAL_ERROR (pyoptinterface.TerminationStatusCode attribute) O OBJECTIVE_LIMIT (pyoptinterface.TerminationStatusCode attribute) ObjectiveBound (pyoptinterface.ModelAttribute attribute) ObjectiveSense (class in pyoptinterface) (pyoptinterface.ModelAttribute attribute) ObjectiveValue (pyoptinterface.ModelAttribute attribute) OPTIMAL (pyoptinterface.TerminationStatusCode attribute) optimize() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) OPTIMIZE_NOT_CALLED (pyoptinterface.TerminationStatusCode attribute) OTHER_ERROR (pyoptinterface.TerminationStatusCode attribute) OTHER_LIMIT (pyoptinterface.TerminationStatusCode attribute) OTHER_RESULT_STATUS (pyoptinterface.ResultStatusCode attribute) P pprint() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) Primal (pyoptinterface.ConstraintAttribute attribute) PrimalStart (pyoptinterface.VariableAttribute attribute) PrimalStatus (pyoptinterface.ModelAttribute attribute) putlicensecode() (pyoptinterface.mosek.Env method) pyoptinterface module pyoptinterface.copt module pyoptinterface.gurobi module pyoptinterface.highs module pyoptinterface.mosek module pyoptinterface.xpress module Q Quadratic (pyoptinterface.ConstraintType attribute) quicksum() built-in function quicksum() (in module pyoptinterface) quicksum_() built-in function quicksum_() (in module pyoptinterface) R raw_attribute_type() (pyoptinterface.gurobi.Model method) raw_info_type() (pyoptinterface.highs.Model method) raw_option_type() (pyoptinterface.highs.Model method) raw_parameter_attribute_type() (pyoptinterface.copt.Model method) raw_parameter_type() (pyoptinterface.gurobi.Env method) (pyoptinterface.gurobi.Model method) (pyoptinterface.mosek.Model method) RawStatusString (pyoptinterface.ModelAttribute attribute) ReducedCost (pyoptinterface.VariableAttribute attribute) REDUCTION_CERTIFICATE (pyoptinterface.ResultStatusCode attribute) RelativeGap (pyoptinterface.ModelAttribute attribute) reserve() (pyoptinterface.ScalarAffineFunction method) reserve_affine() (pyoptinterface.ExprBuilder method) (pyoptinterface.ScalarQuadraticFunction method) reserve_quadratic() (pyoptinterface.ExprBuilder method) (pyoptinterface.ScalarQuadraticFunction method) ResultStatusCode (class in pyoptinterface) S ScalarAffineFunction (class in pyoptinterface) ScalarQuadraticFunction (class in pyoptinterface) select() (pyoptinterface.tupledict method) SemiContinuous (pyoptinterface.VariableDomain attribute) set() (pyoptinterface.copt.EnvConfig method) set_affine_coef() (pyoptinterface.ExprBuilder method) set_callback() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.xpress.Model method) set_constraint_attribute() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) set_constraint_name() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) set_constraint_raw_attribute() (pyoptinterface.gurobi.Model method) set_constraint_raw_attribute_char() (pyoptinterface.gurobi.Model method) set_constraint_raw_attribute_double() (pyoptinterface.gurobi.Model method) set_constraint_raw_attribute_int() (pyoptinterface.gurobi.Model method) set_constraint_raw_attribute_string() (pyoptinterface.gurobi.Model method) set_constraint_rhs() (pyoptinterface.xpress.Model method) set_constraint_sense() (pyoptinterface.xpress.Model method) set_logging() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.mosek.Model method) set_model_attribute() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) set_model_raw_attribute() (pyoptinterface.gurobi.Model method) set_model_raw_attribute_double() (pyoptinterface.gurobi.Model method) set_model_raw_attribute_int() (pyoptinterface.gurobi.Model method) set_model_raw_attribute_string() (pyoptinterface.gurobi.Model method) set_normalized_coefficient() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) set_normalized_rhs() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) set_obj_sense() (pyoptinterface.copt.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) set_objective() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) set_objective_coefficient() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) set_primal_start() (pyoptinterface.highs.Model method) set_problem_name() (pyoptinterface.xpress.Model method) set_quadratic_coef() (pyoptinterface.ExprBuilder method) set_raw_control() (pyoptinterface.xpress.Model method) set_raw_control_dbl() (pyoptinterface.xpress.Model method) set_raw_control_dbl_by_id() (pyoptinterface.xpress.Model method) set_raw_control_int() (pyoptinterface.xpress.Model method) set_raw_control_int_by_id() (pyoptinterface.xpress.Model method) set_raw_control_str() (pyoptinterface.xpress.Model method) set_raw_control_str_by_id() (pyoptinterface.xpress.Model method) set_raw_option_bool() (pyoptinterface.highs.Model method) set_raw_option_double() (pyoptinterface.highs.Model method) set_raw_option_int() (pyoptinterface.highs.Model method) set_raw_option_string() (pyoptinterface.highs.Model method) set_raw_parameter() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Env method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) set_raw_parameter_double() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Env method) (pyoptinterface.gurobi.Model method) (pyoptinterface.mosek.Model method) set_raw_parameter_int() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Env method) (pyoptinterface.gurobi.Model method) (pyoptinterface.mosek.Model method) set_raw_parameter_string() (pyoptinterface.gurobi.Env method) (pyoptinterface.gurobi.Model method) (pyoptinterface.mosek.Model method) set_variable_attribute() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) set_variable_bounds() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) set_variable_lower_bound() (pyoptinterface.copt.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) set_variable_lowerbound() (pyoptinterface.xpress.Model method) set_variable_name() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) set_variable_primal() (pyoptinterface.mosek.Model method) set_variable_raw_attribute() (pyoptinterface.gurobi.Model method) set_variable_raw_attribute_char() (pyoptinterface.gurobi.Model method) set_variable_raw_attribute_double() (pyoptinterface.gurobi.Model method) set_variable_raw_attribute_int() (pyoptinterface.gurobi.Model method) set_variable_raw_attribute_string() (pyoptinterface.gurobi.Model method) set_variable_type() (pyoptinterface.copt.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) set_variable_upper_bound() (pyoptinterface.copt.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) set_variable_upperbound() (pyoptinterface.xpress.Model method) Silent (pyoptinterface.ModelAttribute attribute) SimplexIterations (pyoptinterface.ModelAttribute attribute) size() (pyoptinterface.ScalarAffineFunction method) (pyoptinterface.ScalarQuadraticFunction method) SLOW_PROGRESS (pyoptinterface.TerminationStatusCode attribute) solution (pyoptinterface.highs.Model property) SOLUTION_LIMIT (pyoptinterface.TerminationStatusCode attribute) SolverName (pyoptinterface.ModelAttribute attribute) SolverVersion (pyoptinterface.ModelAttribute attribute) SolveTimeSec (pyoptinterface.ModelAttribute attribute) SOS (pyoptinterface.ConstraintType attribute) SOS1 (pyoptinterface.SOSType attribute) SOS2 (pyoptinterface.SOSType attribute) SOSType (class in pyoptinterface) start() (pyoptinterface.gurobi.Env method) supports_constraint_attribute() (pyoptinterface.copt.Model static method) (pyoptinterface.gurobi.Model static method) (pyoptinterface.highs.Model static method) (pyoptinterface.mosek.Model static method) (pyoptinterface.xpress.Model static method) supports_model_attribute() (pyoptinterface.copt.Model static method) (pyoptinterface.gurobi.Model static method) (pyoptinterface.highs.Model static method) (pyoptinterface.mosek.Model static method) (pyoptinterface.xpress.Model static method) supports_variable_attribute() (pyoptinterface.copt.Model static method) (pyoptinterface.gurobi.Model static method) (pyoptinterface.highs.Model static method) (pyoptinterface.mosek.Model static method) (pyoptinterface.xpress.Model static method) T TerminationStatus (pyoptinterface.ModelAttribute attribute) TerminationStatusCode (class in pyoptinterface) TIME_LIMIT (pyoptinterface.TerminationStatusCode attribute) TimeLimitSec (pyoptinterface.ModelAttribute attribute) tupledict (class in pyoptinterface) type (pyoptinterface.ConstraintIndex property) U UNKNOWN_RESULT_STATUS (pyoptinterface.ResultStatusCode attribute) update() (pyoptinterface.gurobi.Model method) UpperBound (pyoptinterface.VariableAttribute attribute) V Value (pyoptinterface.VariableAttribute attribute) variable_1s (pyoptinterface.ScalarQuadraticFunction property) variable_2s (pyoptinterface.ScalarQuadraticFunction property) VariableAttribute (class in pyoptinterface) VariableDomain (class in pyoptinterface) VariableIndex (class in pyoptinterface) variables (pyoptinterface.ScalarAffineFunction property) version_string() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method) W write() (pyoptinterface.copt.Model method) (pyoptinterface.gurobi.Model method) (pyoptinterface.highs.Model method) (pyoptinterface.mosek.Model method) (pyoptinterface.xpress.Model method)