LICENSE.md
README.md
pyproject.toml
setup.py
mpi_sppy.egg-info/PKG-INFO
mpi_sppy.egg-info/SOURCES.txt
mpi_sppy.egg-info/dependency_links.txt
mpi_sppy.egg-info/requires.txt
mpi_sppy.egg-info/top_level.txt
mpisppy/MPI.py
mpisppy/__init__.py
mpisppy/cgbase.py
mpisppy/generic_cylinders.py
mpisppy/log.py
mpisppy/mrp_generic.py
mpisppy/phbase.py
mpisppy/scenario_tree.py
mpisppy/spbase.py
mpisppy/spin_the_wheel.py
mpisppy/spopt.py
mpisppy/agnostic/__init__.py
mpisppy/agnostic/agnostic.py
mpisppy/agnostic/agnostic_cylinders.py
mpisppy/agnostic/ampl_guest.py
mpisppy/agnostic/farmer4agnostic.py
mpisppy/agnostic/gams_guest.py
mpisppy/agnostic/pyomo_guest.py
mpisppy/agnostic/examples/__init__.py
mpisppy/agnostic/examples/afew_agnostic.py
mpisppy/agnostic/examples/executing_single_gms_file.py
mpisppy/agnostic/examples/farmer.py
mpisppy/agnostic/examples/farmer_ampl_model.py
mpisppy/agnostic/examples/farmer_gams_model.py
mpisppy/agnostic/examples/farmer_gurobipy_model.py
mpisppy/agnostic/examples/steel_ampl_model.py
mpisppy/agnostic/examples/transport_gams_model.py
mpisppy/confidence_intervals/__init__.py
mpisppy/confidence_intervals/ciutils.py
mpisppy/confidence_intervals/confidence_config.py
mpisppy/confidence_intervals/mmw_ci.py
mpisppy/confidence_intervals/mmw_conf.py
mpisppy/confidence_intervals/multi_seqsampling.py
mpisppy/confidence_intervals/sample_tree.py
mpisppy/confidence_intervals/seqsampling.py
mpisppy/confidence_intervals/zhat4xhat.py
mpisppy/convergers/__init__.py
mpisppy/convergers/converger.py
mpisppy/convergers/fracintsnotconv.py
mpisppy/convergers/norm_rho_converger.py
mpisppy/convergers/norms_and_residuals.py
mpisppy/convergers/primal_dual_converger.py
mpisppy/cylinders/__init__.py
mpisppy/cylinders/_preloop_xhat_mixin.py
mpisppy/cylinders/cross_scen_spoke.py
mpisppy/cylinders/fwph_cylinder.py
mpisppy/cylinders/fwph_spoke.py
mpisppy/cylinders/hub.py
mpisppy/cylinders/lagranger_bounder.py
mpisppy/cylinders/lagrangian_bounder.py
mpisppy/cylinders/lshaped_bounder.py
mpisppy/cylinders/overlap_map.py
mpisppy/cylinders/ph_dual_spoke.py
mpisppy/cylinders/ph_xfeas_spoke.py
mpisppy/cylinders/reduced_costs_spoke.py
mpisppy/cylinders/relaxed_ph_spoke.py
mpisppy/cylinders/slam_heuristic.py
mpisppy/cylinders/spcommunicator.py
mpisppy/cylinders/spoke.py
mpisppy/cylinders/spwindow.py
mpisppy/cylinders/subgradient_bounder.py
mpisppy/cylinders/xhatbase.py
mpisppy/cylinders/xhatlooper_bounder.py
mpisppy/cylinders/xhatshufflelooper_bounder.py
mpisppy/cylinders/xhatspecific_bounder.py
mpisppy/cylinders/xhatxbar_bounder.py
mpisppy/debug_utils/__init__.py
mpisppy/debug_utils/buffer_inspect.py
mpisppy/debug_utils/comm_lor_check.py
mpisppy/extensions/__init__.py
mpisppy/extensions/avgminmaxer.py
mpisppy/extensions/coeff_rho.py
mpisppy/extensions/cross_scen_extension.py
mpisppy/extensions/diagnoser.py
mpisppy/extensions/dyn_rho_base.py
mpisppy/extensions/extension.py
mpisppy/extensions/fixer.py
mpisppy/extensions/grad_rho.py
mpisppy/extensions/integer_relax_then_enforce.py
mpisppy/extensions/mipgapper.py
mpisppy/extensions/mult_rho_updater.py
mpisppy/extensions/norm_rho_updater.py
mpisppy/extensions/phtracker.py
mpisppy/extensions/primal_dual_rho.py
mpisppy/extensions/reduced_costs_fixer.py
mpisppy/extensions/relaxed_ph_fixer.py
mpisppy/extensions/scenario_lp_mps_files.py
mpisppy/extensions/sensi_rho.py
mpisppy/extensions/sep_rho.py
mpisppy/extensions/slammer.py
mpisppy/extensions/test_extension.py
mpisppy/extensions/timed_mipgap.py
mpisppy/extensions/w_oscillation.py
mpisppy/extensions/wtracker_extension.py
mpisppy/extensions/xhatbase.py
mpisppy/extensions/xhatclosest.py
mpisppy/extensions/xhatlooper.py
mpisppy/extensions/xhatspecific.py
mpisppy/extensions/xhatxbar.py
mpisppy/generic/__init__.py
mpisppy/generic/admm.py
mpisppy/generic/decomp.py
mpisppy/generic/ef.py
mpisppy/generic/extensions.py
mpisppy/generic/hub.py
mpisppy/generic/mmw.py
mpisppy/generic/mrp.py
mpisppy/generic/parsing.py
mpisppy/generic/scenario_io.py
mpisppy/generic/spokes.py
mpisppy/opt/__init__.py
mpisppy/opt/aph.py
mpisppy/opt/cg.py
mpisppy/opt/dualcg.py
mpisppy/opt/ef.py
mpisppy/opt/fwph.py
mpisppy/opt/lshaped.py
mpisppy/opt/ph.py
mpisppy/opt/presolve.py
mpisppy/opt/sc.py
mpisppy/opt/subgradient.py
mpisppy/problem_io/__init__.py
mpisppy/problem_io/mps_module.py
mpisppy/problem_io/mps_reader.py
mpisppy/problem_io/smps_module.py
mpisppy/problem_io/smps_reader.py
mpisppy/tests/__init__.py
mpisppy/tests/helper_extension.py
mpisppy/tests/straight_tests.py
mpisppy/tests/test_admmWrapper.py
mpisppy/tests/test_admm_bundler.py
mpisppy/tests/test_agnostic.py
mpisppy/tests/test_aph.py
mpisppy/tests/test_buffer_inspect.py
mpisppy/tests/test_cg_main.py
mpisppy/tests/test_cg_multirank_hub.py
mpisppy/tests/test_cg_with_cylinders.py
mpisppy/tests/test_chance_constraint.py
mpisppy/tests/test_ciutils.py
mpisppy/tests/test_comm_lor_check.py
mpisppy/tests/test_component_map_usage.py
mpisppy/tests/test_conf_int_aircond.py
mpisppy/tests/test_conf_int_farmer.py
mpisppy/tests/test_config.py
mpisppy/tests/test_cross_scenario_buffer_sizing.py
mpisppy/tests/test_cvar.py
mpisppy/tests/test_dualcg_main.py
mpisppy/tests/test_dualcg_with_cylinders.py
mpisppy/tests/test_ef_ph.py
mpisppy/tests/test_extensions.py
mpisppy/tests/test_feasible_xhat.py
mpisppy/tests/test_flex_coherence_policy.py
mpisppy/tests/test_flex_xhat_assembly.py
mpisppy/tests/test_flexible_rank_cli.py
mpisppy/tests/test_flexible_rank_cylinders.py
mpisppy/tests/test_flexible_rank_duals.py
mpisppy/tests/test_flexible_rank_extension_fields.py
mpisppy/tests/test_flexible_rank_ratios.py
mpisppy/tests/test_flexible_rank_xfeas.py
mpisppy/tests/test_flexible_rank_xhat.py
mpisppy/tests/test_flexible_rank_xhat_multistage.py
mpisppy/tests/test_generic_cylinders.py
mpisppy/tests/test_grad_rho_bundles.py
mpisppy/tests/test_gradient_rho.py
mpisppy/tests/test_headers.py
mpisppy/tests/test_iis_on_infeasible.py
mpisppy/tests/test_incumbent_writing.py
mpisppy/tests/test_jensens.py
mpisppy/tests/test_log.py
mpisppy/tests/test_maximization.py
mpisppy/tests/test_mps.py
mpisppy/tests/test_mrp_cylinders.py
mpisppy/tests/test_mrp_generic.py
mpisppy/tests/test_nice_join.py
mpisppy/tests/test_nonant_validation.py
mpisppy/tests/test_options_reach_solver.py
mpisppy/tests/test_overlap_map.py
mpisppy/tests/test_ph_extensions.py
mpisppy/tests/test_ph_main.py
mpisppy/tests/test_pickle_bundle.py
mpisppy/tests/test_pre_pickle_pipeline.py
mpisppy/tests/test_proper_bundler.py
mpisppy/tests/test_prox_approx.py
mpisppy/tests/test_prox_approx_e2e.py
mpisppy/tests/test_prox_solver_compat.py
mpisppy/tests/test_pysp_model.py
mpisppy/tests/test_rank_apportionment.py
mpisppy/tests/test_reduced_costs_fixer.py
mpisppy/tests/test_reduced_costs_rho_bundles.py
mpisppy/tests/test_rho_deprecations.py
mpisppy/tests/test_rho_enforcement.py
mpisppy/tests/test_sc.py
mpisppy/tests/test_scenario_tree.py
mpisppy/tests/test_sensi_rho_bundles.py
mpisppy/tests/test_sep_rho.py
mpisppy/tests/test_slammer.py
mpisppy/tests/test_smps.py
mpisppy/tests/test_solver_options_layers.py
mpisppy/tests/test_solver_spec.py
mpisppy/tests/test_sputils.py
mpisppy/tests/test_spwindow_multisource.py
mpisppy/tests/test_spwindow_partial_get.py
mpisppy/tests/test_stoch_admmWrapper.py
mpisppy/tests/test_w_oscillation.py
mpisppy/tests/test_with_cylinders.py
mpisppy/tests/test_xbar_w_reader_writer.py
mpisppy/tests/test_xhat_file_multistage.py
mpisppy/tests/test_xhat_from_file.py
mpisppy/tests/utils.py
mpisppy/tests/examples/__init__.py
mpisppy/tests/examples/aircond.py
mpisppy/tests/examples/aircondB.py
mpisppy/tests/examples/aircondMulti.py
mpisppy/tests/examples/aircond_auxiliary.py
mpisppy/tests/examples/apl1p.py
mpisppy/tests/examples/farmer.py
mpisppy/tests/examples/distr/__init__.py
mpisppy/tests/examples/distr/distr.py
mpisppy/tests/examples/distr/distr_data.py
mpisppy/tests/examples/hydro/__init__.py
mpisppy/tests/examples/hydro/hydro.py
mpisppy/tests/examples/sizes/ReferenceModel.py
mpisppy/tests/examples/sizes/__init__.py
mpisppy/tests/examples/sizes/sizes.py
mpisppy/tests/examples/uc/__init__.py
mpisppy/tests/examples/uc/uc_funcs.py
mpisppy/utils/__init__.py
mpisppy/utils/admmWrapper.py
mpisppy/utils/admm_bundler.py
mpisppy/utils/amalgamator.py
mpisppy/utils/baseparsers.py
mpisppy/utils/cfg_vanilla.py
mpisppy/utils/chance_constraint.py
mpisppy/utils/config.py
mpisppy/utils/cvar.py
mpisppy/utils/lshaped_cuts.py
mpisppy/utils/nonant_sensitivities.py
mpisppy/utils/pickle_bundle.py
mpisppy/utils/proper_bundler.py
mpisppy/utils/prox_approx.py
mpisppy/utils/rank_apportionment.py
mpisppy/utils/rho_utils.py
mpisppy/utils/solver_spec.py
mpisppy/utils/sputils.py
mpisppy/utils/stoch_admmWrapper.py
mpisppy/utils/strings.py
mpisppy/utils/xhat_eval.py
mpisppy/utils/xhat_helpers.py
mpisppy/utils/callbacks/__init__.py
mpisppy/utils/callbacks/termination/__init__.py
mpisppy/utils/callbacks/termination/solver_callbacks.py
mpisppy/utils/callbacks/termination/termination_callbacks.py
mpisppy/utils/callbacks/termination/tests/__init__.py
mpisppy/utils/callbacks/termination/tests/markshare2.py
mpisppy/utils/callbacks/termination/tests/test_termination.py
mpisppy/utils/kkt/__init__.py
mpisppy/utils/kkt/interface.py
mpisppy/utils/listener_util/__init__.py
mpisppy/utils/listener_util/demo_listener_util.py
mpisppy/utils/listener_util/listener_util.py
mpisppy/utils/pysp_model/__init__.py
mpisppy/utils/pysp_model/archivereader.py
mpisppy/utils/pysp_model/instance_factory.py
mpisppy/utils/pysp_model/phutils.py
mpisppy/utils/pysp_model/pysp_model.py
mpisppy/utils/pysp_model/tree_structure.py
mpisppy/utils/pysp_model/tree_structure_model.py
mpisppy/utils/w_utils/__init__.py
mpisppy/utils/w_utils/wtracker.py
mpisppy/utils/w_utils/wxbarreader.py
mpisppy/utils/w_utils/wxbartester.py
mpisppy/utils/w_utils/wxbarutils.py
mpisppy/utils/w_utils/wxbarwriter.py