├── .gitignore ├── .vscode └── launch.json ├── LICENSE ├── README.md ├── convert.opt ├── convex.txt ├── models ├── .gitkeep ├── alan.py ├── ball_mk2_10.py ├── ball_mk2_30.py ├── batch.py ├── batch0812.py ├── batchdes.py ├── batchs101006m.py ├── batchs121208m.py ├── batchs151208m.py ├── batchs201210m.py ├── clay0203h.py ├── clay0203m.py ├── du-opt.py ├── du-opt5.py ├── enpro48pb.py ├── enpro56pb.py ├── ex1223.py ├── ex1223a.py ├── ex1223b.py ├── ex4.py ├── fac1.py ├── fac2.py ├── fac3.py ├── flay02h.py ├── flay02m.py ├── gbd.py ├── ravempb.py ├── risk2bpb.py ├── rsyn0805h.py ├── rsyn0805m.py ├── rsyn0805m02h.py ├── rsyn0805m02m.py ├── slay04h.py ├── slay04m.py ├── slay05h.py ├── slay05m.py ├── squfl010-025.py ├── squfl010-040.py ├── st_e14.py ├── st_miqp1.py ├── st_miqp2.py ├── st_miqp3.py ├── st_miqp4.py ├── st_miqp5.py ├── st_test1.py ├── st_test2.py ├── st_test3.py ├── st_test4.py ├── st_test5.py ├── st_test6.py ├── st_test8.py ├── st_testgr1.py ├── st_testgr3.py ├── st_testph4.py ├── syn05h.py ├── syn05m.py ├── syn05m02h.py ├── syn05m02m.py ├── synthes1.py ├── synthes2.py ├── synthes3.py ├── tls2.py └── tls4.py ├── models_all ├── alan.py ├── ball_mk2_10.py ├── ball_mk2_30.py ├── ball_mk3_10.py ├── ball_mk3_20.py ├── ball_mk3_30.py ├── ball_mk4_05.py ├── ball_mk4_10.py ├── ball_mk4_15.py ├── batch.py ├── batch0812.py ├── batchdes.py ├── batchs101006m.py ├── batchs121208m.py ├── batchs151208m.py ├── batchs201210m.py ├── clay0203h.py ├── clay0203m.py ├── clay0204h.py ├── clay0204m.py ├── clay0205h.py ├── clay0205m.py ├── clay0303h.py ├── clay0303m.py ├── clay0304h.py ├── clay0304m.py ├── clay0305h.py ├── clay0305m.py ├── color_lab2_4x0.py ├── color_lab6b_4x20.py ├── cvxnonsep_normcon20.py ├── cvxnonsep_normcon20r.py ├── cvxnonsep_normcon30.py ├── cvxnonsep_normcon30r.py ├── cvxnonsep_normcon40.py ├── cvxnonsep_normcon40r.py ├── cvxnonsep_nsig20.py ├── cvxnonsep_nsig20r.py ├── cvxnonsep_nsig30.py ├── cvxnonsep_nsig30r.py ├── cvxnonsep_nsig40.py ├── cvxnonsep_nsig40r.py ├── cvxnonsep_pcon20.py ├── cvxnonsep_pcon20r.py ├── cvxnonsep_pcon30.py ├── cvxnonsep_pcon30r.py ├── cvxnonsep_pcon40.py ├── cvxnonsep_pcon40r.py ├── cvxnonsep_psig20.py ├── cvxnonsep_psig20r.py ├── cvxnonsep_psig30.py ├── cvxnonsep_psig30r.py ├── cvxnonsep_psig40.py ├── cvxnonsep_psig40r.py ├── du-opt.py ├── du-opt5.py ├── enpro48pb.py ├── enpro56pb.py ├── ex1223.py ├── ex1223a.py ├── ex1223b.py ├── ex4.py ├── fac1.py ├── fac2.py ├── fac3.py ├── flay02h.py ├── flay02m.py ├── flay03h.py ├── flay03m.py ├── flay04h.py ├── flay04m.py ├── flay05h.py ├── flay05m.py ├── flay06h.py ├── flay06m.py ├── fo7.py ├── fo7_2.py ├── fo7_ar25_1.py ├── fo7_ar2_1.py ├── fo7_ar3_1.py ├── fo7_ar4_1.py ├── fo7_ar5_1.py ├── fo8.py ├── fo8_ar25_1.py ├── fo8_ar2_1.py ├── fo8_ar3_1.py ├── fo8_ar4_1.py ├── fo8_ar5_1.py ├── fo9.py ├── fo9_ar25_1.py ├── fo9_ar2_1.py ├── fo9_ar3_1.py ├── fo9_ar4_1.py ├── fo9_ar5_1.py ├── gams01.py ├── gbd.py ├── hybriddynamic_fixed.py ├── ibs2.py ├── jit1.py ├── m3.py ├── m6.py ├── m7.py ├── m7_ar25_1.py ├── m7_ar2_1.py ├── m7_ar3_1.py ├── m7_ar4_1.py ├── m7_ar5_1.py ├── meanvar-orl400_05_e_8.py ├── meanvarx.py ├── meanvarxsc.py ├── netmod_dol1.py ├── netmod_dol2.py ├── netmod_kar1.py ├── netmod_kar2.py ├── no7_ar25_1.py ├── no7_ar2_1.py ├── no7_ar3_1.py ├── no7_ar4_1.py ├── no7_ar5_1.py ├── nvs03.py ├── nvs10.py ├── nvs11.py ├── nvs12.py ├── nvs15.py ├── o7.py ├── o7_2.py ├── o7_ar25_1.py ├── o7_ar2_1.py ├── o7_ar3_1.py ├── o7_ar4_1.py ├── o7_ar5_1.py ├── o8_ar4_1.py ├── o9_ar4_1.py ├── pedigree_ex1058.py ├── pedigree_ex485.py ├── pedigree_ex485_2.py ├── pedigree_sim2000.py ├── pedigree_sim400.py ├── pedigree_sp_top4_250.py ├── pedigree_sp_top4_300.py ├── pedigree_sp_top4_350tr.py ├── pedigree_sp_top5_200.py ├── pedigree_sp_top5_250.py ├── portfol_buyin.py ├── portfol_card.py ├── portfol_classical050_1.py ├── portfol_classical200_2.py ├── portfol_roundlot.py ├── procurement2mot.py ├── ravempb.py ├── risk2bpb.py ├── rsyn0805h.py ├── rsyn0805m.py ├── rsyn0805m02h.py ├── rsyn0805m02m.py ├── rsyn0805m03h.py ├── rsyn0805m03m.py ├── rsyn0805m04h.py ├── rsyn0805m04m.py ├── rsyn0810h.py ├── rsyn0810m.py ├── rsyn0810m02h.py ├── rsyn0810m02m.py ├── rsyn0810m03h.py ├── rsyn0810m03m.py ├── rsyn0810m04h.py ├── rsyn0810m04m.py ├── rsyn0815h.py ├── rsyn0815m.py ├── rsyn0815m02h.py ├── rsyn0815m02m.py ├── rsyn0815m03h.py ├── rsyn0815m03m.py ├── rsyn0815m04h.py ├── rsyn0815m04m.py ├── rsyn0820h.py ├── rsyn0820m.py ├── rsyn0820m02h.py ├── rsyn0820m02m.py ├── rsyn0820m03h.py ├── rsyn0820m03m.py ├── rsyn0820m04h.py ├── rsyn0820m04m.py ├── rsyn0830h.py ├── rsyn0830m.py ├── rsyn0830m02h.py ├── rsyn0830m02m.py ├── rsyn0830m03h.py ├── rsyn0830m03m.py ├── rsyn0830m04h.py ├── rsyn0830m04m.py ├── rsyn0840h.py ├── rsyn0840m.py ├── rsyn0840m02h.py ├── rsyn0840m02m.py ├── rsyn0840m03h.py ├── rsyn0840m03m.py ├── rsyn0840m04h.py ├── rsyn0840m04m.py ├── slay04h.py ├── slay04m.py ├── slay05h.py ├── slay05m.py ├── slay06h.py ├── slay06m.py ├── slay07h.py ├── slay07m.py ├── slay08h.py ├── slay08m.py ├── slay09h.py ├── slay09m.py ├── slay10h.py ├── slay10m.py ├── smallinvDAXr1b010-011.py ├── smallinvDAXr1b020-022.py ├── smallinvDAXr1b050-055.py ├── smallinvDAXr1b100-110.py ├── smallinvDAXr1b150-165.py ├── smallinvDAXr1b200-220.py ├── smallinvDAXr2b010-011.py ├── smallinvDAXr2b020-022.py ├── smallinvDAXr2b050-055.py ├── smallinvDAXr2b100-110.py ├── smallinvDAXr2b150-165.py ├── smallinvDAXr2b200-220.py ├── smallinvDAXr3b010-011.py ├── smallinvDAXr3b020-022.py ├── smallinvDAXr3b050-055.py ├── smallinvDAXr3b100-110.py ├── smallinvDAXr3b150-165.py ├── smallinvDAXr3b200-220.py ├── smallinvDAXr4b010-011.py ├── smallinvDAXr4b020-022.py ├── smallinvDAXr4b050-055.py ├── smallinvDAXr4b100-110.py ├── smallinvDAXr4b150-165.py ├── smallinvDAXr4b200-220.py ├── smallinvDAXr5b010-011.py ├── smallinvDAXr5b020-022.py ├── smallinvDAXr5b050-055.py ├── smallinvDAXr5b100-110.py ├── smallinvDAXr5b150-165.py ├── smallinvDAXr5b200-220.py ├── squfl010-025.py ├── squfl010-040.py ├── squfl010-080.py ├── squfl015-060.py ├── squfl015-080.py ├── squfl020-040.py ├── squfl020-050.py ├── squfl020-150.py ├── squfl025-025.py ├── squfl025-030.py ├── squfl025-040.py ├── squfl030-100.py ├── squfl030-150.py ├── squfl040-080.py ├── sssd08-04.py ├── sssd12-05.py ├── sssd15-04.py ├── sssd15-06.py ├── sssd15-08.py ├── sssd16-07.py ├── sssd18-06.py ├── sssd18-08.py ├── sssd20-04.py ├── sssd20-08.py ├── sssd22-08.py ├── sssd25-04.py ├── sssd25-08.py ├── st_e14.py ├── st_miqp1.py ├── st_miqp2.py ├── st_miqp3.py ├── st_miqp4.py ├── st_miqp5.py ├── st_test1.py ├── st_test2.py ├── st_test3.py ├── st_test4.py ├── st_test5.py ├── st_test6.py ├── st_test8.py ├── st_testgr1.py ├── st_testgr3.py ├── st_testph4.py ├── stockcycle.py ├── syn05h.py ├── syn05m.py ├── syn05m02h.py ├── syn05m02m.py ├── syn05m03h.py ├── syn05m03m.py ├── syn05m04h.py ├── syn05m04m.py ├── syn10h.py ├── syn10m.py ├── syn10m02h.py ├── syn10m02m.py ├── syn10m03h.py ├── syn10m03m.py ├── syn10m04h.py ├── syn10m04m.py ├── syn15h.py ├── syn15m.py ├── syn15m02h.py ├── syn15m02m.py ├── syn15m03h.py ├── syn15m03m.py ├── syn15m04h.py ├── syn15m04m.py ├── syn20h.py ├── syn20m.py ├── syn20m02h.py ├── syn20m02m.py ├── syn20m03h.py ├── syn20m03m.py ├── syn20m04h.py ├── syn20m04m.py ├── syn30h.py ├── syn30m.py ├── syn30m02h.py ├── syn30m02m.py ├── syn30m03h.py ├── syn30m03m.py ├── syn30m04h.py ├── syn30m04m.py ├── syn40h.py ├── syn40m.py ├── syn40m02h.py ├── syn40m02m.py ├── syn40m03h.py ├── syn40m03m.py ├── syn40m04h.py ├── syn40m04m.py ├── synthes1.py ├── synthes2.py ├── synthes3.py ├── tls12.py ├── tls2.py ├── tls4.py ├── tls5.py ├── tls6.py ├── tls7.py ├── unitcommit1.py ├── unitcommit_200_100_1_mod_8.py ├── unitcommit_200_100_2_mod_8.py ├── unitcommit_50_20_2_mod_8.py ├── watercontamination0202.py ├── watercontamination0202r.py ├── watercontamination0303.py └── watercontamination0303r.py ├── models_nonconvex ├── autocorr_bern35_35.py ├── bchoco_08.py ├── hadarmard_8.py ├── nonconvex1.py ├── nonconvex2.py ├── nonconvex3.py ├── nonconvex4.py ├── sfacloc1_2_95.py ├── sfacloc1_3_95.py ├── sfacloc1_4_95.py ├── tspn05.py ├── var_con10.py ├── var_con5.py ├── waters.py └── waterx.py ├── models_nonconvex_simple ├── autocorr_bern20-03.py ├── autocorr_bern20-05.py ├── autocorr_bern20-10.py ├── autocorr_bern20-15.py ├── autocorr_bern25-03.py ├── autocorr_bern25-06.py ├── autocorr_bern25-13.py ├── autocorr_bern25-19.py ├── autocorr_bern25-25.py ├── autocorr_bern30-04.py ├── autocorr_bern30-08.py ├── autocorr_bern30-15.py ├── autocorr_bern30-23.py ├── autocorr_bern30-30.py ├── autocorr_bern35-04.py ├── autocorr_bern35-09.py ├── autocorr_bern35-18.py ├── autocorr_bern35-26.py ├── autocorr_bern35-35.py ├── autocorr_bern35-35fix.py ├── autocorr_bern40-05.py ├── autocorr_bern40-10.py ├── autocorr_bern40-20.py ├── autocorr_bern40-30.py ├── autocorr_bern40-40.py ├── autocorr_bern45-05.py ├── autocorr_bern45-11.py ├── autocorr_bern45-23.py ├── autocorr_bern45-34.py ├── autocorr_bern45-45.py ├── autocorr_bern50-06.py ├── autocorr_bern50-13.py ├── autocorr_bern50-25.py ├── autocorr_bern50-38.py ├── autocorr_bern50-50.py ├── autocorr_bern55-06.py ├── autocorr_bern55-14.py ├── autocorr_bern55-28.py ├── autocorr_bern55-41.py ├── autocorr_bern55-55.py ├── autocorr_bern60-08.py ├── autocorr_bern60-15.py ├── autocorr_bern60-30.py ├── autocorr_bern60-45.py ├── autocorr_bern60-60.py ├── batch0812_nc.py ├── batch_nc.py ├── bchoco05.py ├── cardqp_inlp.py ├── cardqp_iqp.py ├── csched1.py ├── csched1a.py ├── edgecross10-010.py ├── edgecross10-020.py ├── edgecross10-030.py ├── edgecross10-040.py ├── edgecross10-050.py ├── edgecross10-060.py ├── edgecross10-070.py ├── edgecross10-080.py ├── edgecross10-090.py ├── elf.py ├── ethanolh.py ├── ethanolm.py ├── ex1221.py ├── ex1222.py ├── ex1224.py ├── ex1225.py ├── ex1226.py ├── ex1233.py ├── ex1243.py ├── ex1244.py ├── ex1252.py ├── ex1263.py ├── ex1264.py ├── ex3pb.py ├── feedtray.py ├── feedtray2.py ├── fuel.py ├── gasnet.py ├── genpooling_lee1.py ├── genpooling_lee2.py ├── ghg_1veh.py ├── ghg_2veh.py ├── ghg_3veh.py ├── gkocis.py ├── graphpart_2g-0044-1601.py ├── graphpart_2g-0055-0062.py ├── graphpart_2pm-0044-0044.py ├── graphpart_2pm-0055-0055.py ├── graphpart_3g-0234-0234.py ├── graphpart_3g-0244-0244.py ├── graphpart_3g-0333-0333.py ├── graphpart_3pm-0234-0234.py ├── graphpart_3pm-0244-0244.py ├── graphpart_3pm-0333-0333.py ├── graphpart_clique-20.py ├── graphpart_clique-30.py ├── hadamard_4.py ├── hadamard_5.py ├── hadamard_6.py ├── hadamard_8.py ├── hadamard_9.py ├── heatexch_spec1.py ├── heatexch_spec2.py ├── hmittelman.py ├── hybriddynamic_var.py ├── lip.py ├── minlphix.py ├── nous1.py ├── nous2.py ├── oaer.py ├── ortez.py ├── procsel.py ├── ringpack_10_1.py ├── ringpack_10_2.py ├── spectra2.py ├── sporttournament06.py ├── sporttournament08.py ├── sporttournament10.py ├── sporttournament12.py ├── sporttournament14.py ├── sssd08-04persp.py ├── sssd12-05persp.py ├── sssd15-04persp.py ├── st_e13.py ├── st_e15.py ├── st_e27.py ├── st_e29.py ├── st_e35.py ├── supplychain.py ├── supplychainr1_020306.py ├── synheat.py ├── tanksize.py ├── transswitch0009p.py ├── transswitch0009r.py ├── tspn05.py ├── tspn08.py ├── tspn10.py ├── tspn12.py ├── wastepaper3.py ├── wastepaper4.py ├── waternd1.py └── waterx.py ├── nonconvex.txt ├── nonconvex2.txt ├── results └── .gitkeep ├── run_benchmarks.py ├── translate.sh └── util ├── __init__.py ├── julian_datetime.py └── parse_to_gams.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/README.md -------------------------------------------------------------------------------- /convert.opt: -------------------------------------------------------------------------------- 1 | pyomo -------------------------------------------------------------------------------- /convex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/convex.txt -------------------------------------------------------------------------------- /models/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /models/alan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/alan.py -------------------------------------------------------------------------------- /models/ball_mk2_10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/ball_mk2_10.py -------------------------------------------------------------------------------- /models/ball_mk2_30.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/ball_mk2_30.py -------------------------------------------------------------------------------- /models/batch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/batch.py -------------------------------------------------------------------------------- /models/batch0812.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/batch0812.py -------------------------------------------------------------------------------- /models/batchdes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/batchdes.py -------------------------------------------------------------------------------- /models/batchs101006m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/batchs101006m.py -------------------------------------------------------------------------------- /models/batchs121208m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/batchs121208m.py -------------------------------------------------------------------------------- /models/batchs151208m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/batchs151208m.py -------------------------------------------------------------------------------- /models/batchs201210m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/batchs201210m.py -------------------------------------------------------------------------------- /models/clay0203h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/clay0203h.py -------------------------------------------------------------------------------- /models/clay0203m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/clay0203m.py -------------------------------------------------------------------------------- /models/du-opt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/du-opt.py -------------------------------------------------------------------------------- /models/du-opt5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/du-opt5.py -------------------------------------------------------------------------------- /models/enpro48pb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/enpro48pb.py -------------------------------------------------------------------------------- /models/enpro56pb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/enpro56pb.py -------------------------------------------------------------------------------- /models/ex1223.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/ex1223.py -------------------------------------------------------------------------------- /models/ex1223a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/ex1223a.py -------------------------------------------------------------------------------- /models/ex1223b.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/ex1223b.py -------------------------------------------------------------------------------- /models/ex4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/ex4.py -------------------------------------------------------------------------------- /models/fac1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/fac1.py -------------------------------------------------------------------------------- /models/fac2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/fac2.py -------------------------------------------------------------------------------- /models/fac3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/fac3.py -------------------------------------------------------------------------------- /models/flay02h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/flay02h.py -------------------------------------------------------------------------------- /models/flay02m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/flay02m.py -------------------------------------------------------------------------------- /models/gbd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/gbd.py -------------------------------------------------------------------------------- /models/ravempb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/ravempb.py -------------------------------------------------------------------------------- /models/risk2bpb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/risk2bpb.py -------------------------------------------------------------------------------- /models/rsyn0805h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/rsyn0805h.py -------------------------------------------------------------------------------- /models/rsyn0805m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/rsyn0805m.py -------------------------------------------------------------------------------- /models/rsyn0805m02h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/rsyn0805m02h.py -------------------------------------------------------------------------------- /models/rsyn0805m02m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/rsyn0805m02m.py -------------------------------------------------------------------------------- /models/slay04h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/slay04h.py -------------------------------------------------------------------------------- /models/slay04m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/slay04m.py -------------------------------------------------------------------------------- /models/slay05h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/slay05h.py -------------------------------------------------------------------------------- /models/slay05m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/slay05m.py -------------------------------------------------------------------------------- /models/squfl010-025.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/squfl010-025.py -------------------------------------------------------------------------------- /models/squfl010-040.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/squfl010-040.py -------------------------------------------------------------------------------- /models/st_e14.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/st_e14.py -------------------------------------------------------------------------------- /models/st_miqp1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/st_miqp1.py -------------------------------------------------------------------------------- /models/st_miqp2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/st_miqp2.py -------------------------------------------------------------------------------- /models/st_miqp3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/st_miqp3.py -------------------------------------------------------------------------------- /models/st_miqp4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/st_miqp4.py -------------------------------------------------------------------------------- /models/st_miqp5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/st_miqp5.py -------------------------------------------------------------------------------- /models/st_test1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/st_test1.py -------------------------------------------------------------------------------- /models/st_test2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/st_test2.py -------------------------------------------------------------------------------- /models/st_test3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/st_test3.py -------------------------------------------------------------------------------- /models/st_test4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/st_test4.py -------------------------------------------------------------------------------- /models/st_test5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/st_test5.py -------------------------------------------------------------------------------- /models/st_test6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/st_test6.py -------------------------------------------------------------------------------- /models/st_test8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/st_test8.py -------------------------------------------------------------------------------- /models/st_testgr1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/st_testgr1.py -------------------------------------------------------------------------------- /models/st_testgr3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/st_testgr3.py -------------------------------------------------------------------------------- /models/st_testph4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/st_testph4.py -------------------------------------------------------------------------------- /models/syn05h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/syn05h.py -------------------------------------------------------------------------------- /models/syn05m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/syn05m.py -------------------------------------------------------------------------------- /models/syn05m02h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/syn05m02h.py -------------------------------------------------------------------------------- /models/syn05m02m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/syn05m02m.py -------------------------------------------------------------------------------- /models/synthes1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/synthes1.py -------------------------------------------------------------------------------- /models/synthes2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/synthes2.py -------------------------------------------------------------------------------- /models/synthes3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/synthes3.py -------------------------------------------------------------------------------- /models/tls2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/tls2.py -------------------------------------------------------------------------------- /models/tls4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models/tls4.py -------------------------------------------------------------------------------- /models_all/alan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/alan.py -------------------------------------------------------------------------------- /models_all/ball_mk2_10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/ball_mk2_10.py -------------------------------------------------------------------------------- /models_all/ball_mk2_30.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/ball_mk2_30.py -------------------------------------------------------------------------------- /models_all/ball_mk3_10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/ball_mk3_10.py -------------------------------------------------------------------------------- /models_all/ball_mk3_20.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/ball_mk3_20.py -------------------------------------------------------------------------------- /models_all/ball_mk3_30.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/ball_mk3_30.py -------------------------------------------------------------------------------- /models_all/ball_mk4_05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/ball_mk4_05.py -------------------------------------------------------------------------------- /models_all/ball_mk4_10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/ball_mk4_10.py -------------------------------------------------------------------------------- /models_all/ball_mk4_15.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/ball_mk4_15.py -------------------------------------------------------------------------------- /models_all/batch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/batch.py -------------------------------------------------------------------------------- /models_all/batch0812.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/batch0812.py -------------------------------------------------------------------------------- /models_all/batchdes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/batchdes.py -------------------------------------------------------------------------------- /models_all/batchs101006m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/batchs101006m.py -------------------------------------------------------------------------------- /models_all/batchs121208m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/batchs121208m.py -------------------------------------------------------------------------------- /models_all/batchs151208m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/batchs151208m.py -------------------------------------------------------------------------------- /models_all/batchs201210m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/batchs201210m.py -------------------------------------------------------------------------------- /models_all/clay0203h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/clay0203h.py -------------------------------------------------------------------------------- /models_all/clay0203m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/clay0203m.py -------------------------------------------------------------------------------- /models_all/clay0204h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/clay0204h.py -------------------------------------------------------------------------------- /models_all/clay0204m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/clay0204m.py -------------------------------------------------------------------------------- /models_all/clay0205h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/clay0205h.py -------------------------------------------------------------------------------- /models_all/clay0205m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/clay0205m.py -------------------------------------------------------------------------------- /models_all/clay0303h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/clay0303h.py -------------------------------------------------------------------------------- /models_all/clay0303m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/clay0303m.py -------------------------------------------------------------------------------- /models_all/clay0304h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/clay0304h.py -------------------------------------------------------------------------------- /models_all/clay0304m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/clay0304m.py -------------------------------------------------------------------------------- /models_all/clay0305h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/clay0305h.py -------------------------------------------------------------------------------- /models_all/clay0305m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/clay0305m.py -------------------------------------------------------------------------------- /models_all/color_lab2_4x0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/color_lab2_4x0.py -------------------------------------------------------------------------------- /models_all/color_lab6b_4x20.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/color_lab6b_4x20.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_normcon20.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_normcon20.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_normcon20r.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_normcon20r.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_normcon30.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_normcon30.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_normcon30r.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_normcon30r.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_normcon40.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_normcon40.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_normcon40r.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_normcon40r.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_nsig20.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_nsig20.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_nsig20r.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_nsig20r.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_nsig30.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_nsig30.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_nsig30r.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_nsig30r.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_nsig40.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_nsig40.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_nsig40r.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_nsig40r.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_pcon20.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_pcon20.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_pcon20r.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_pcon20r.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_pcon30.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_pcon30.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_pcon30r.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_pcon30r.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_pcon40.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_pcon40.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_pcon40r.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_pcon40r.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_psig20.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_psig20.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_psig20r.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_psig20r.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_psig30.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_psig30.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_psig30r.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_psig30r.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_psig40.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_psig40.py -------------------------------------------------------------------------------- /models_all/cvxnonsep_psig40r.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/cvxnonsep_psig40r.py -------------------------------------------------------------------------------- /models_all/du-opt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/du-opt.py -------------------------------------------------------------------------------- /models_all/du-opt5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/du-opt5.py -------------------------------------------------------------------------------- /models_all/enpro48pb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/enpro48pb.py -------------------------------------------------------------------------------- /models_all/enpro56pb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/enpro56pb.py -------------------------------------------------------------------------------- /models_all/ex1223.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/ex1223.py -------------------------------------------------------------------------------- /models_all/ex1223a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/ex1223a.py -------------------------------------------------------------------------------- /models_all/ex1223b.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/ex1223b.py -------------------------------------------------------------------------------- /models_all/ex4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/ex4.py -------------------------------------------------------------------------------- /models_all/fac1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/fac1.py -------------------------------------------------------------------------------- /models_all/fac2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/fac2.py -------------------------------------------------------------------------------- /models_all/fac3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/fac3.py -------------------------------------------------------------------------------- /models_all/flay02h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/flay02h.py -------------------------------------------------------------------------------- /models_all/flay02m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/flay02m.py -------------------------------------------------------------------------------- /models_all/flay03h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/flay03h.py -------------------------------------------------------------------------------- /models_all/flay03m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/flay03m.py -------------------------------------------------------------------------------- /models_all/flay04h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/flay04h.py -------------------------------------------------------------------------------- /models_all/flay04m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/flay04m.py -------------------------------------------------------------------------------- /models_all/flay05h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/flay05h.py -------------------------------------------------------------------------------- /models_all/flay05m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/flay05m.py -------------------------------------------------------------------------------- /models_all/flay06h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/flay06h.py -------------------------------------------------------------------------------- /models_all/flay06m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/flay06m.py -------------------------------------------------------------------------------- /models_all/fo7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/fo7.py -------------------------------------------------------------------------------- /models_all/fo7_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/fo7_2.py -------------------------------------------------------------------------------- /models_all/fo7_ar25_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/fo7_ar25_1.py -------------------------------------------------------------------------------- /models_all/fo7_ar2_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/fo7_ar2_1.py -------------------------------------------------------------------------------- /models_all/fo7_ar3_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/fo7_ar3_1.py -------------------------------------------------------------------------------- /models_all/fo7_ar4_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/fo7_ar4_1.py -------------------------------------------------------------------------------- /models_all/fo7_ar5_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/fo7_ar5_1.py -------------------------------------------------------------------------------- /models_all/fo8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/fo8.py -------------------------------------------------------------------------------- /models_all/fo8_ar25_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/fo8_ar25_1.py -------------------------------------------------------------------------------- /models_all/fo8_ar2_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/fo8_ar2_1.py -------------------------------------------------------------------------------- /models_all/fo8_ar3_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/fo8_ar3_1.py -------------------------------------------------------------------------------- /models_all/fo8_ar4_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/fo8_ar4_1.py -------------------------------------------------------------------------------- /models_all/fo8_ar5_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/fo8_ar5_1.py -------------------------------------------------------------------------------- /models_all/fo9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/fo9.py -------------------------------------------------------------------------------- /models_all/fo9_ar25_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/fo9_ar25_1.py -------------------------------------------------------------------------------- /models_all/fo9_ar2_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/fo9_ar2_1.py -------------------------------------------------------------------------------- /models_all/fo9_ar3_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/fo9_ar3_1.py -------------------------------------------------------------------------------- /models_all/fo9_ar4_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/fo9_ar4_1.py -------------------------------------------------------------------------------- /models_all/fo9_ar5_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/fo9_ar5_1.py -------------------------------------------------------------------------------- /models_all/gams01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/gams01.py -------------------------------------------------------------------------------- /models_all/gbd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/gbd.py -------------------------------------------------------------------------------- /models_all/hybriddynamic_fixed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/hybriddynamic_fixed.py -------------------------------------------------------------------------------- /models_all/ibs2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/ibs2.py -------------------------------------------------------------------------------- /models_all/jit1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/jit1.py -------------------------------------------------------------------------------- /models_all/m3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/m3.py -------------------------------------------------------------------------------- /models_all/m6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/m6.py -------------------------------------------------------------------------------- /models_all/m7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/m7.py -------------------------------------------------------------------------------- /models_all/m7_ar25_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/m7_ar25_1.py -------------------------------------------------------------------------------- /models_all/m7_ar2_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/m7_ar2_1.py -------------------------------------------------------------------------------- /models_all/m7_ar3_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/m7_ar3_1.py -------------------------------------------------------------------------------- /models_all/m7_ar4_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/m7_ar4_1.py -------------------------------------------------------------------------------- /models_all/m7_ar5_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/m7_ar5_1.py -------------------------------------------------------------------------------- /models_all/meanvar-orl400_05_e_8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/meanvar-orl400_05_e_8.py -------------------------------------------------------------------------------- /models_all/meanvarx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/meanvarx.py -------------------------------------------------------------------------------- /models_all/meanvarxsc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/meanvarxsc.py -------------------------------------------------------------------------------- /models_all/netmod_dol1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/netmod_dol1.py -------------------------------------------------------------------------------- /models_all/netmod_dol2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/netmod_dol2.py -------------------------------------------------------------------------------- /models_all/netmod_kar1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/netmod_kar1.py -------------------------------------------------------------------------------- /models_all/netmod_kar2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/netmod_kar2.py -------------------------------------------------------------------------------- /models_all/no7_ar25_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/no7_ar25_1.py -------------------------------------------------------------------------------- /models_all/no7_ar2_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/no7_ar2_1.py -------------------------------------------------------------------------------- /models_all/no7_ar3_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/no7_ar3_1.py -------------------------------------------------------------------------------- /models_all/no7_ar4_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/no7_ar4_1.py -------------------------------------------------------------------------------- /models_all/no7_ar5_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/no7_ar5_1.py -------------------------------------------------------------------------------- /models_all/nvs03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/nvs03.py -------------------------------------------------------------------------------- /models_all/nvs10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/nvs10.py -------------------------------------------------------------------------------- /models_all/nvs11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/nvs11.py -------------------------------------------------------------------------------- /models_all/nvs12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/nvs12.py -------------------------------------------------------------------------------- /models_all/nvs15.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/nvs15.py -------------------------------------------------------------------------------- /models_all/o7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/o7.py -------------------------------------------------------------------------------- /models_all/o7_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/o7_2.py -------------------------------------------------------------------------------- /models_all/o7_ar25_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/o7_ar25_1.py -------------------------------------------------------------------------------- /models_all/o7_ar2_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/o7_ar2_1.py -------------------------------------------------------------------------------- /models_all/o7_ar3_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/o7_ar3_1.py -------------------------------------------------------------------------------- /models_all/o7_ar4_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/o7_ar4_1.py -------------------------------------------------------------------------------- /models_all/o7_ar5_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/o7_ar5_1.py -------------------------------------------------------------------------------- /models_all/o8_ar4_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/o8_ar4_1.py -------------------------------------------------------------------------------- /models_all/o9_ar4_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/o9_ar4_1.py -------------------------------------------------------------------------------- /models_all/pedigree_ex1058.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/pedigree_ex1058.py -------------------------------------------------------------------------------- /models_all/pedigree_ex485.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/pedigree_ex485.py -------------------------------------------------------------------------------- /models_all/pedigree_ex485_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/pedigree_ex485_2.py -------------------------------------------------------------------------------- /models_all/pedigree_sim2000.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/pedigree_sim2000.py -------------------------------------------------------------------------------- /models_all/pedigree_sim400.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/pedigree_sim400.py -------------------------------------------------------------------------------- /models_all/pedigree_sp_top4_250.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/pedigree_sp_top4_250.py -------------------------------------------------------------------------------- /models_all/pedigree_sp_top4_300.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/pedigree_sp_top4_300.py -------------------------------------------------------------------------------- /models_all/pedigree_sp_top4_350tr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/pedigree_sp_top4_350tr.py -------------------------------------------------------------------------------- /models_all/pedigree_sp_top5_200.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/pedigree_sp_top5_200.py -------------------------------------------------------------------------------- /models_all/pedigree_sp_top5_250.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/pedigree_sp_top5_250.py -------------------------------------------------------------------------------- /models_all/portfol_buyin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/portfol_buyin.py -------------------------------------------------------------------------------- /models_all/portfol_card.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/portfol_card.py -------------------------------------------------------------------------------- /models_all/portfol_classical050_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/portfol_classical050_1.py -------------------------------------------------------------------------------- /models_all/portfol_classical200_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/portfol_classical200_2.py -------------------------------------------------------------------------------- /models_all/portfol_roundlot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/portfol_roundlot.py -------------------------------------------------------------------------------- /models_all/procurement2mot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/procurement2mot.py -------------------------------------------------------------------------------- /models_all/ravempb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/ravempb.py -------------------------------------------------------------------------------- /models_all/risk2bpb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/risk2bpb.py -------------------------------------------------------------------------------- /models_all/rsyn0805h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0805h.py -------------------------------------------------------------------------------- /models_all/rsyn0805m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0805m.py -------------------------------------------------------------------------------- /models_all/rsyn0805m02h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0805m02h.py -------------------------------------------------------------------------------- /models_all/rsyn0805m02m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0805m02m.py -------------------------------------------------------------------------------- /models_all/rsyn0805m03h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0805m03h.py -------------------------------------------------------------------------------- /models_all/rsyn0805m03m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0805m03m.py -------------------------------------------------------------------------------- /models_all/rsyn0805m04h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0805m04h.py -------------------------------------------------------------------------------- /models_all/rsyn0805m04m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0805m04m.py -------------------------------------------------------------------------------- /models_all/rsyn0810h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0810h.py -------------------------------------------------------------------------------- /models_all/rsyn0810m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0810m.py -------------------------------------------------------------------------------- /models_all/rsyn0810m02h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0810m02h.py -------------------------------------------------------------------------------- /models_all/rsyn0810m02m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0810m02m.py -------------------------------------------------------------------------------- /models_all/rsyn0810m03h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0810m03h.py -------------------------------------------------------------------------------- /models_all/rsyn0810m03m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0810m03m.py -------------------------------------------------------------------------------- /models_all/rsyn0810m04h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0810m04h.py -------------------------------------------------------------------------------- /models_all/rsyn0810m04m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0810m04m.py -------------------------------------------------------------------------------- /models_all/rsyn0815h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0815h.py -------------------------------------------------------------------------------- /models_all/rsyn0815m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0815m.py -------------------------------------------------------------------------------- /models_all/rsyn0815m02h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0815m02h.py -------------------------------------------------------------------------------- /models_all/rsyn0815m02m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0815m02m.py -------------------------------------------------------------------------------- /models_all/rsyn0815m03h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0815m03h.py -------------------------------------------------------------------------------- /models_all/rsyn0815m03m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0815m03m.py -------------------------------------------------------------------------------- /models_all/rsyn0815m04h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0815m04h.py -------------------------------------------------------------------------------- /models_all/rsyn0815m04m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0815m04m.py -------------------------------------------------------------------------------- /models_all/rsyn0820h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0820h.py -------------------------------------------------------------------------------- /models_all/rsyn0820m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0820m.py -------------------------------------------------------------------------------- /models_all/rsyn0820m02h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0820m02h.py -------------------------------------------------------------------------------- /models_all/rsyn0820m02m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0820m02m.py -------------------------------------------------------------------------------- /models_all/rsyn0820m03h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0820m03h.py -------------------------------------------------------------------------------- /models_all/rsyn0820m03m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0820m03m.py -------------------------------------------------------------------------------- /models_all/rsyn0820m04h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0820m04h.py -------------------------------------------------------------------------------- /models_all/rsyn0820m04m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0820m04m.py -------------------------------------------------------------------------------- /models_all/rsyn0830h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0830h.py -------------------------------------------------------------------------------- /models_all/rsyn0830m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0830m.py -------------------------------------------------------------------------------- /models_all/rsyn0830m02h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0830m02h.py -------------------------------------------------------------------------------- /models_all/rsyn0830m02m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0830m02m.py -------------------------------------------------------------------------------- /models_all/rsyn0830m03h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0830m03h.py -------------------------------------------------------------------------------- /models_all/rsyn0830m03m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0830m03m.py -------------------------------------------------------------------------------- /models_all/rsyn0830m04h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0830m04h.py -------------------------------------------------------------------------------- /models_all/rsyn0830m04m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0830m04m.py -------------------------------------------------------------------------------- /models_all/rsyn0840h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0840h.py -------------------------------------------------------------------------------- /models_all/rsyn0840m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0840m.py -------------------------------------------------------------------------------- /models_all/rsyn0840m02h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0840m02h.py -------------------------------------------------------------------------------- /models_all/rsyn0840m02m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0840m02m.py -------------------------------------------------------------------------------- /models_all/rsyn0840m03h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0840m03h.py -------------------------------------------------------------------------------- /models_all/rsyn0840m03m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0840m03m.py -------------------------------------------------------------------------------- /models_all/rsyn0840m04h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0840m04h.py -------------------------------------------------------------------------------- /models_all/rsyn0840m04m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/rsyn0840m04m.py -------------------------------------------------------------------------------- /models_all/slay04h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/slay04h.py -------------------------------------------------------------------------------- /models_all/slay04m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/slay04m.py -------------------------------------------------------------------------------- /models_all/slay05h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/slay05h.py -------------------------------------------------------------------------------- /models_all/slay05m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/slay05m.py -------------------------------------------------------------------------------- /models_all/slay06h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/slay06h.py -------------------------------------------------------------------------------- /models_all/slay06m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/slay06m.py -------------------------------------------------------------------------------- /models_all/slay07h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/slay07h.py -------------------------------------------------------------------------------- /models_all/slay07m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/slay07m.py -------------------------------------------------------------------------------- /models_all/slay08h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/slay08h.py -------------------------------------------------------------------------------- /models_all/slay08m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/slay08m.py -------------------------------------------------------------------------------- /models_all/slay09h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/slay09h.py -------------------------------------------------------------------------------- /models_all/slay09m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/slay09m.py -------------------------------------------------------------------------------- /models_all/slay10h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/slay10h.py -------------------------------------------------------------------------------- /models_all/slay10m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/slay10m.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr1b010-011.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr1b010-011.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr1b020-022.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr1b020-022.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr1b050-055.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr1b050-055.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr1b100-110.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr1b100-110.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr1b150-165.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr1b150-165.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr1b200-220.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr1b200-220.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr2b010-011.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr2b010-011.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr2b020-022.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr2b020-022.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr2b050-055.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr2b050-055.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr2b100-110.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr2b100-110.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr2b150-165.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr2b150-165.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr2b200-220.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr2b200-220.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr3b010-011.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr3b010-011.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr3b020-022.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr3b020-022.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr3b050-055.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr3b050-055.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr3b100-110.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr3b100-110.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr3b150-165.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr3b150-165.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr3b200-220.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr3b200-220.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr4b010-011.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr4b010-011.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr4b020-022.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr4b020-022.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr4b050-055.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr4b050-055.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr4b100-110.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr4b100-110.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr4b150-165.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr4b150-165.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr4b200-220.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr4b200-220.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr5b010-011.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr5b010-011.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr5b020-022.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr5b020-022.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr5b050-055.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr5b050-055.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr5b100-110.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr5b100-110.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr5b150-165.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr5b150-165.py -------------------------------------------------------------------------------- /models_all/smallinvDAXr5b200-220.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/smallinvDAXr5b200-220.py -------------------------------------------------------------------------------- /models_all/squfl010-025.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/squfl010-025.py -------------------------------------------------------------------------------- /models_all/squfl010-040.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/squfl010-040.py -------------------------------------------------------------------------------- /models_all/squfl010-080.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/squfl010-080.py -------------------------------------------------------------------------------- /models_all/squfl015-060.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/squfl015-060.py -------------------------------------------------------------------------------- /models_all/squfl015-080.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/squfl015-080.py -------------------------------------------------------------------------------- /models_all/squfl020-040.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/squfl020-040.py -------------------------------------------------------------------------------- /models_all/squfl020-050.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/squfl020-050.py -------------------------------------------------------------------------------- /models_all/squfl020-150.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/squfl020-150.py -------------------------------------------------------------------------------- /models_all/squfl025-025.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/squfl025-025.py -------------------------------------------------------------------------------- /models_all/squfl025-030.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/squfl025-030.py -------------------------------------------------------------------------------- /models_all/squfl025-040.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/squfl025-040.py -------------------------------------------------------------------------------- /models_all/squfl030-100.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/squfl030-100.py -------------------------------------------------------------------------------- /models_all/squfl030-150.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/squfl030-150.py -------------------------------------------------------------------------------- /models_all/squfl040-080.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/squfl040-080.py -------------------------------------------------------------------------------- /models_all/sssd08-04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/sssd08-04.py -------------------------------------------------------------------------------- /models_all/sssd12-05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/sssd12-05.py -------------------------------------------------------------------------------- /models_all/sssd15-04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/sssd15-04.py -------------------------------------------------------------------------------- /models_all/sssd15-06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/sssd15-06.py -------------------------------------------------------------------------------- /models_all/sssd15-08.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/sssd15-08.py -------------------------------------------------------------------------------- /models_all/sssd16-07.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/sssd16-07.py -------------------------------------------------------------------------------- /models_all/sssd18-06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/sssd18-06.py -------------------------------------------------------------------------------- /models_all/sssd18-08.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/sssd18-08.py -------------------------------------------------------------------------------- /models_all/sssd20-04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/sssd20-04.py -------------------------------------------------------------------------------- /models_all/sssd20-08.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/sssd20-08.py -------------------------------------------------------------------------------- /models_all/sssd22-08.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/sssd22-08.py -------------------------------------------------------------------------------- /models_all/sssd25-04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/sssd25-04.py -------------------------------------------------------------------------------- /models_all/sssd25-08.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/sssd25-08.py -------------------------------------------------------------------------------- /models_all/st_e14.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/st_e14.py -------------------------------------------------------------------------------- /models_all/st_miqp1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/st_miqp1.py -------------------------------------------------------------------------------- /models_all/st_miqp2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/st_miqp2.py -------------------------------------------------------------------------------- /models_all/st_miqp3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/st_miqp3.py -------------------------------------------------------------------------------- /models_all/st_miqp4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/st_miqp4.py -------------------------------------------------------------------------------- /models_all/st_miqp5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/st_miqp5.py -------------------------------------------------------------------------------- /models_all/st_test1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/st_test1.py -------------------------------------------------------------------------------- /models_all/st_test2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/st_test2.py -------------------------------------------------------------------------------- /models_all/st_test3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/st_test3.py -------------------------------------------------------------------------------- /models_all/st_test4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/st_test4.py -------------------------------------------------------------------------------- /models_all/st_test5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/st_test5.py -------------------------------------------------------------------------------- /models_all/st_test6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/st_test6.py -------------------------------------------------------------------------------- /models_all/st_test8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/st_test8.py -------------------------------------------------------------------------------- /models_all/st_testgr1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/st_testgr1.py -------------------------------------------------------------------------------- /models_all/st_testgr3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/st_testgr3.py -------------------------------------------------------------------------------- /models_all/st_testph4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/st_testph4.py -------------------------------------------------------------------------------- /models_all/stockcycle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/stockcycle.py -------------------------------------------------------------------------------- /models_all/syn05h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn05h.py -------------------------------------------------------------------------------- /models_all/syn05m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn05m.py -------------------------------------------------------------------------------- /models_all/syn05m02h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn05m02h.py -------------------------------------------------------------------------------- /models_all/syn05m02m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn05m02m.py -------------------------------------------------------------------------------- /models_all/syn05m03h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn05m03h.py -------------------------------------------------------------------------------- /models_all/syn05m03m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn05m03m.py -------------------------------------------------------------------------------- /models_all/syn05m04h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn05m04h.py -------------------------------------------------------------------------------- /models_all/syn05m04m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn05m04m.py -------------------------------------------------------------------------------- /models_all/syn10h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn10h.py -------------------------------------------------------------------------------- /models_all/syn10m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn10m.py -------------------------------------------------------------------------------- /models_all/syn10m02h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn10m02h.py -------------------------------------------------------------------------------- /models_all/syn10m02m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn10m02m.py -------------------------------------------------------------------------------- /models_all/syn10m03h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn10m03h.py -------------------------------------------------------------------------------- /models_all/syn10m03m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn10m03m.py -------------------------------------------------------------------------------- /models_all/syn10m04h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn10m04h.py -------------------------------------------------------------------------------- /models_all/syn10m04m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn10m04m.py -------------------------------------------------------------------------------- /models_all/syn15h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn15h.py -------------------------------------------------------------------------------- /models_all/syn15m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn15m.py -------------------------------------------------------------------------------- /models_all/syn15m02h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn15m02h.py -------------------------------------------------------------------------------- /models_all/syn15m02m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn15m02m.py -------------------------------------------------------------------------------- /models_all/syn15m03h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn15m03h.py -------------------------------------------------------------------------------- /models_all/syn15m03m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn15m03m.py -------------------------------------------------------------------------------- /models_all/syn15m04h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn15m04h.py -------------------------------------------------------------------------------- /models_all/syn15m04m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn15m04m.py -------------------------------------------------------------------------------- /models_all/syn20h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn20h.py -------------------------------------------------------------------------------- /models_all/syn20m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn20m.py -------------------------------------------------------------------------------- /models_all/syn20m02h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn20m02h.py -------------------------------------------------------------------------------- /models_all/syn20m02m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn20m02m.py -------------------------------------------------------------------------------- /models_all/syn20m03h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn20m03h.py -------------------------------------------------------------------------------- /models_all/syn20m03m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn20m03m.py -------------------------------------------------------------------------------- /models_all/syn20m04h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn20m04h.py -------------------------------------------------------------------------------- /models_all/syn20m04m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn20m04m.py -------------------------------------------------------------------------------- /models_all/syn30h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn30h.py -------------------------------------------------------------------------------- /models_all/syn30m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn30m.py -------------------------------------------------------------------------------- /models_all/syn30m02h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn30m02h.py -------------------------------------------------------------------------------- /models_all/syn30m02m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn30m02m.py -------------------------------------------------------------------------------- /models_all/syn30m03h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn30m03h.py -------------------------------------------------------------------------------- /models_all/syn30m03m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn30m03m.py -------------------------------------------------------------------------------- /models_all/syn30m04h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn30m04h.py -------------------------------------------------------------------------------- /models_all/syn30m04m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn30m04m.py -------------------------------------------------------------------------------- /models_all/syn40h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn40h.py -------------------------------------------------------------------------------- /models_all/syn40m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn40m.py -------------------------------------------------------------------------------- /models_all/syn40m02h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn40m02h.py -------------------------------------------------------------------------------- /models_all/syn40m02m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn40m02m.py -------------------------------------------------------------------------------- /models_all/syn40m03h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn40m03h.py -------------------------------------------------------------------------------- /models_all/syn40m03m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn40m03m.py -------------------------------------------------------------------------------- /models_all/syn40m04h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn40m04h.py -------------------------------------------------------------------------------- /models_all/syn40m04m.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/syn40m04m.py -------------------------------------------------------------------------------- /models_all/synthes1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/synthes1.py -------------------------------------------------------------------------------- /models_all/synthes2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/synthes2.py -------------------------------------------------------------------------------- /models_all/synthes3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/synthes3.py -------------------------------------------------------------------------------- /models_all/tls12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/tls12.py -------------------------------------------------------------------------------- /models_all/tls2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/tls2.py -------------------------------------------------------------------------------- /models_all/tls4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/tls4.py -------------------------------------------------------------------------------- /models_all/tls5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/tls5.py -------------------------------------------------------------------------------- /models_all/tls6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/tls6.py -------------------------------------------------------------------------------- /models_all/tls7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/tls7.py -------------------------------------------------------------------------------- /models_all/unitcommit1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/unitcommit1.py -------------------------------------------------------------------------------- /models_all/unitcommit_200_100_1_mod_8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/unitcommit_200_100_1_mod_8.py -------------------------------------------------------------------------------- /models_all/unitcommit_200_100_2_mod_8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/unitcommit_200_100_2_mod_8.py -------------------------------------------------------------------------------- /models_all/unitcommit_50_20_2_mod_8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/unitcommit_50_20_2_mod_8.py -------------------------------------------------------------------------------- /models_all/watercontamination0202.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/watercontamination0202.py -------------------------------------------------------------------------------- /models_all/watercontamination0202r.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/watercontamination0202r.py -------------------------------------------------------------------------------- /models_all/watercontamination0303.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/watercontamination0303.py -------------------------------------------------------------------------------- /models_all/watercontamination0303r.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_all/watercontamination0303r.py -------------------------------------------------------------------------------- /models_nonconvex/autocorr_bern35_35.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex/autocorr_bern35_35.py -------------------------------------------------------------------------------- /models_nonconvex/bchoco_08.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex/bchoco_08.py -------------------------------------------------------------------------------- /models_nonconvex/hadarmard_8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex/hadarmard_8.py -------------------------------------------------------------------------------- /models_nonconvex/nonconvex1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex/nonconvex1.py -------------------------------------------------------------------------------- /models_nonconvex/nonconvex2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex/nonconvex2.py -------------------------------------------------------------------------------- /models_nonconvex/nonconvex3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex/nonconvex3.py -------------------------------------------------------------------------------- /models_nonconvex/nonconvex4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex/nonconvex4.py -------------------------------------------------------------------------------- /models_nonconvex/sfacloc1_2_95.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex/sfacloc1_2_95.py -------------------------------------------------------------------------------- /models_nonconvex/sfacloc1_3_95.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex/sfacloc1_3_95.py -------------------------------------------------------------------------------- /models_nonconvex/sfacloc1_4_95.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex/sfacloc1_4_95.py -------------------------------------------------------------------------------- /models_nonconvex/tspn05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex/tspn05.py -------------------------------------------------------------------------------- /models_nonconvex/var_con10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex/var_con10.py -------------------------------------------------------------------------------- /models_nonconvex/var_con5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex/var_con5.py -------------------------------------------------------------------------------- /models_nonconvex/waters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex/waters.py -------------------------------------------------------------------------------- /models_nonconvex/waterx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex/waterx.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern20-03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern20-03.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern20-05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern20-05.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern20-10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern20-10.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern20-15.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern20-15.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern25-03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern25-03.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern25-06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern25-06.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern25-13.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern25-13.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern25-19.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern25-19.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern25-25.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern25-25.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern30-04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern30-04.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern30-08.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern30-08.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern30-15.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern30-15.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern30-23.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern30-23.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern30-30.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern30-30.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern35-04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern35-04.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern35-09.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern35-09.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern35-18.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern35-18.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern35-26.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern35-26.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern35-35.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern35-35.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern35-35fix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern35-35fix.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern40-05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern40-05.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern40-10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern40-10.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern40-20.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern40-20.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern40-30.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern40-30.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern40-40.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern40-40.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern45-05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern45-05.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern45-11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern45-11.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern45-23.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern45-23.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern45-34.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern45-34.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern45-45.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern45-45.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern50-06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern50-06.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern50-13.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern50-13.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern50-25.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern50-25.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern50-38.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern50-38.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern50-50.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern50-50.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern55-06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern55-06.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern55-14.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern55-14.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern55-28.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern55-28.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern55-41.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern55-41.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern55-55.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern55-55.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern60-08.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern60-08.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern60-15.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern60-15.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern60-30.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern60-30.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern60-45.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern60-45.py -------------------------------------------------------------------------------- /models_nonconvex_simple/autocorr_bern60-60.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/autocorr_bern60-60.py -------------------------------------------------------------------------------- /models_nonconvex_simple/batch0812_nc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/batch0812_nc.py -------------------------------------------------------------------------------- /models_nonconvex_simple/batch_nc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/batch_nc.py -------------------------------------------------------------------------------- /models_nonconvex_simple/bchoco05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/bchoco05.py -------------------------------------------------------------------------------- /models_nonconvex_simple/cardqp_inlp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/cardqp_inlp.py -------------------------------------------------------------------------------- /models_nonconvex_simple/cardqp_iqp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/cardqp_iqp.py -------------------------------------------------------------------------------- /models_nonconvex_simple/csched1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/csched1.py -------------------------------------------------------------------------------- /models_nonconvex_simple/csched1a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/csched1a.py -------------------------------------------------------------------------------- /models_nonconvex_simple/edgecross10-010.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/edgecross10-010.py -------------------------------------------------------------------------------- /models_nonconvex_simple/edgecross10-020.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/edgecross10-020.py -------------------------------------------------------------------------------- /models_nonconvex_simple/edgecross10-030.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/edgecross10-030.py -------------------------------------------------------------------------------- /models_nonconvex_simple/edgecross10-040.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/edgecross10-040.py -------------------------------------------------------------------------------- /models_nonconvex_simple/edgecross10-050.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/edgecross10-050.py -------------------------------------------------------------------------------- /models_nonconvex_simple/edgecross10-060.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/edgecross10-060.py -------------------------------------------------------------------------------- /models_nonconvex_simple/edgecross10-070.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/edgecross10-070.py -------------------------------------------------------------------------------- /models_nonconvex_simple/edgecross10-080.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/edgecross10-080.py -------------------------------------------------------------------------------- /models_nonconvex_simple/edgecross10-090.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/edgecross10-090.py -------------------------------------------------------------------------------- /models_nonconvex_simple/elf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/elf.py -------------------------------------------------------------------------------- /models_nonconvex_simple/ethanolh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/ethanolh.py -------------------------------------------------------------------------------- /models_nonconvex_simple/ethanolm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/ethanolm.py -------------------------------------------------------------------------------- /models_nonconvex_simple/ex1221.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/ex1221.py -------------------------------------------------------------------------------- /models_nonconvex_simple/ex1222.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/ex1222.py -------------------------------------------------------------------------------- /models_nonconvex_simple/ex1224.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/ex1224.py -------------------------------------------------------------------------------- /models_nonconvex_simple/ex1225.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/ex1225.py -------------------------------------------------------------------------------- /models_nonconvex_simple/ex1226.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/ex1226.py -------------------------------------------------------------------------------- /models_nonconvex_simple/ex1233.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/ex1233.py -------------------------------------------------------------------------------- /models_nonconvex_simple/ex1243.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/ex1243.py -------------------------------------------------------------------------------- /models_nonconvex_simple/ex1244.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/ex1244.py -------------------------------------------------------------------------------- /models_nonconvex_simple/ex1252.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/ex1252.py -------------------------------------------------------------------------------- /models_nonconvex_simple/ex1263.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/ex1263.py -------------------------------------------------------------------------------- /models_nonconvex_simple/ex1264.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/ex1264.py -------------------------------------------------------------------------------- /models_nonconvex_simple/ex3pb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/ex3pb.py -------------------------------------------------------------------------------- /models_nonconvex_simple/feedtray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/feedtray.py -------------------------------------------------------------------------------- /models_nonconvex_simple/feedtray2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/feedtray2.py -------------------------------------------------------------------------------- /models_nonconvex_simple/fuel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/fuel.py -------------------------------------------------------------------------------- /models_nonconvex_simple/gasnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/gasnet.py -------------------------------------------------------------------------------- /models_nonconvex_simple/genpooling_lee1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/genpooling_lee1.py -------------------------------------------------------------------------------- /models_nonconvex_simple/genpooling_lee2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/genpooling_lee2.py -------------------------------------------------------------------------------- /models_nonconvex_simple/ghg_1veh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/ghg_1veh.py -------------------------------------------------------------------------------- /models_nonconvex_simple/ghg_2veh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/ghg_2veh.py -------------------------------------------------------------------------------- /models_nonconvex_simple/ghg_3veh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/ghg_3veh.py -------------------------------------------------------------------------------- /models_nonconvex_simple/gkocis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/gkocis.py -------------------------------------------------------------------------------- /models_nonconvex_simple/graphpart_2g-0044-1601.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/graphpart_2g-0044-1601.py -------------------------------------------------------------------------------- /models_nonconvex_simple/graphpart_2g-0055-0062.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/graphpart_2g-0055-0062.py -------------------------------------------------------------------------------- /models_nonconvex_simple/graphpart_2pm-0044-0044.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/graphpart_2pm-0044-0044.py -------------------------------------------------------------------------------- /models_nonconvex_simple/graphpart_2pm-0055-0055.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/graphpart_2pm-0055-0055.py -------------------------------------------------------------------------------- /models_nonconvex_simple/graphpart_3g-0234-0234.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/graphpart_3g-0234-0234.py -------------------------------------------------------------------------------- /models_nonconvex_simple/graphpart_3g-0244-0244.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/graphpart_3g-0244-0244.py -------------------------------------------------------------------------------- /models_nonconvex_simple/graphpart_3g-0333-0333.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/graphpart_3g-0333-0333.py -------------------------------------------------------------------------------- /models_nonconvex_simple/graphpart_3pm-0234-0234.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/graphpart_3pm-0234-0234.py -------------------------------------------------------------------------------- /models_nonconvex_simple/graphpart_3pm-0244-0244.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/graphpart_3pm-0244-0244.py -------------------------------------------------------------------------------- /models_nonconvex_simple/graphpart_3pm-0333-0333.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/graphpart_3pm-0333-0333.py -------------------------------------------------------------------------------- /models_nonconvex_simple/graphpart_clique-20.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/graphpart_clique-20.py -------------------------------------------------------------------------------- /models_nonconvex_simple/graphpart_clique-30.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/graphpart_clique-30.py -------------------------------------------------------------------------------- /models_nonconvex_simple/hadamard_4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/hadamard_4.py -------------------------------------------------------------------------------- /models_nonconvex_simple/hadamard_5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/hadamard_5.py -------------------------------------------------------------------------------- /models_nonconvex_simple/hadamard_6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/hadamard_6.py -------------------------------------------------------------------------------- /models_nonconvex_simple/hadamard_8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/hadamard_8.py -------------------------------------------------------------------------------- /models_nonconvex_simple/hadamard_9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/hadamard_9.py -------------------------------------------------------------------------------- /models_nonconvex_simple/heatexch_spec1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/heatexch_spec1.py -------------------------------------------------------------------------------- /models_nonconvex_simple/heatexch_spec2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/heatexch_spec2.py -------------------------------------------------------------------------------- /models_nonconvex_simple/hmittelman.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/hmittelman.py -------------------------------------------------------------------------------- /models_nonconvex_simple/hybriddynamic_var.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/hybriddynamic_var.py -------------------------------------------------------------------------------- /models_nonconvex_simple/lip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/lip.py -------------------------------------------------------------------------------- /models_nonconvex_simple/minlphix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/minlphix.py -------------------------------------------------------------------------------- /models_nonconvex_simple/nous1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/nous1.py -------------------------------------------------------------------------------- /models_nonconvex_simple/nous2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/nous2.py -------------------------------------------------------------------------------- /models_nonconvex_simple/oaer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/oaer.py -------------------------------------------------------------------------------- /models_nonconvex_simple/ortez.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/ortez.py -------------------------------------------------------------------------------- /models_nonconvex_simple/procsel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/procsel.py -------------------------------------------------------------------------------- /models_nonconvex_simple/ringpack_10_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/ringpack_10_1.py -------------------------------------------------------------------------------- /models_nonconvex_simple/ringpack_10_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/ringpack_10_2.py -------------------------------------------------------------------------------- /models_nonconvex_simple/spectra2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/spectra2.py -------------------------------------------------------------------------------- /models_nonconvex_simple/sporttournament06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/sporttournament06.py -------------------------------------------------------------------------------- /models_nonconvex_simple/sporttournament08.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/sporttournament08.py -------------------------------------------------------------------------------- /models_nonconvex_simple/sporttournament10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/sporttournament10.py -------------------------------------------------------------------------------- /models_nonconvex_simple/sporttournament12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/sporttournament12.py -------------------------------------------------------------------------------- /models_nonconvex_simple/sporttournament14.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/sporttournament14.py -------------------------------------------------------------------------------- /models_nonconvex_simple/sssd08-04persp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/sssd08-04persp.py -------------------------------------------------------------------------------- /models_nonconvex_simple/sssd12-05persp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/sssd12-05persp.py -------------------------------------------------------------------------------- /models_nonconvex_simple/sssd15-04persp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/sssd15-04persp.py -------------------------------------------------------------------------------- /models_nonconvex_simple/st_e13.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/st_e13.py -------------------------------------------------------------------------------- /models_nonconvex_simple/st_e15.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/st_e15.py -------------------------------------------------------------------------------- /models_nonconvex_simple/st_e27.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/st_e27.py -------------------------------------------------------------------------------- /models_nonconvex_simple/st_e29.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/st_e29.py -------------------------------------------------------------------------------- /models_nonconvex_simple/st_e35.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/st_e35.py -------------------------------------------------------------------------------- /models_nonconvex_simple/supplychain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/supplychain.py -------------------------------------------------------------------------------- /models_nonconvex_simple/supplychainr1_020306.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/supplychainr1_020306.py -------------------------------------------------------------------------------- /models_nonconvex_simple/synheat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/synheat.py -------------------------------------------------------------------------------- /models_nonconvex_simple/tanksize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/tanksize.py -------------------------------------------------------------------------------- /models_nonconvex_simple/transswitch0009p.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/transswitch0009p.py -------------------------------------------------------------------------------- /models_nonconvex_simple/transswitch0009r.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/transswitch0009r.py -------------------------------------------------------------------------------- /models_nonconvex_simple/tspn05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/tspn05.py -------------------------------------------------------------------------------- /models_nonconvex_simple/tspn08.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/tspn08.py -------------------------------------------------------------------------------- /models_nonconvex_simple/tspn10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/tspn10.py -------------------------------------------------------------------------------- /models_nonconvex_simple/tspn12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/tspn12.py -------------------------------------------------------------------------------- /models_nonconvex_simple/wastepaper3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/wastepaper3.py -------------------------------------------------------------------------------- /models_nonconvex_simple/wastepaper4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/wastepaper4.py -------------------------------------------------------------------------------- /models_nonconvex_simple/waternd1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/waternd1.py -------------------------------------------------------------------------------- /models_nonconvex_simple/waterx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/models_nonconvex_simple/waterx.py -------------------------------------------------------------------------------- /nonconvex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/nonconvex.txt -------------------------------------------------------------------------------- /nonconvex2.txt: -------------------------------------------------------------------------------- 1 | st_e13 -------------------------------------------------------------------------------- /results/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /run_benchmarks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/run_benchmarks.py -------------------------------------------------------------------------------- /translate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/translate.sh -------------------------------------------------------------------------------- /util/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /util/julian_datetime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/util/julian_datetime.py -------------------------------------------------------------------------------- /util/parse_to_gams.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomeoV/pyomo-MINLP-benchmarking/HEAD/util/parse_to_gams.py --------------------------------------------------------------------------------