|
| 1 | +PYTHON = python3 |
| 2 | +TEST: |
| 3 | + ${PYTHON} test_classification.py gen 111 |
| 4 | + ${PYTHON} test_classification.py margins 111 |
| 5 | + ${PYTHON} test_blend_multi.py content 122 |
| 6 | + ${PYTHON} test_blend_multi.py target 122 |
| 7 | + ${PYTHON} test_blend_multi.py cost 122 |
| 8 | + ${PYTHON} test_blend_multi.py inventory 122 |
| 9 | + ${PYTHON} test_blend_multi.py run 122 |
| 10 | + ${PYTHON} test_gas_blend.py raw 103 |
| 11 | + ${PYTHON} test_gas_blend.py ref 103 |
| 12 | + ${PYTHON} test_gas_blend.py run 103 |
| 13 | + ${PYTHON} test_classification.py gen 111 |
| 14 | + ${PYTHON} test_classification.py plane 111 |
| 15 | + ${PYTHON} test_classification.py run 111 |
| 16 | + ${PYTHON} test_curve_fit.py data 115 |
| 17 | + ${PYTHON} test_curve_fit.py run 115 |
| 18 | + ${PYTHON} test_cutting_stock.py data 11 |
| 19 | + ${PYTHON} test_cutting_stock.py run 11 |
| 20 | + ${PYTHON} test_cutting_stock.py large 11 |
| 21 | + ${PYTHON} test_facility_location.py dcost 112 |
| 22 | + ${PYTHON} test_facility_location.py fcost 112 |
| 23 | + ${PYTHON} test_facility_location.py run 112 |
| 24 | + ${PYTHON} test_coexistence.py |
| 25 | + ${PYTHON} test_job_shop.py data 129 |
| 26 | + ${PYTHON} test_job_shop.py run 129 |
| 27 | + ${PYTHON} test_maxflow.py data 117 |
| 28 | + ${PYTHON} test_maxflow.py run0 117 |
| 29 | + ${PYTHON} test_maxflow.py run1 117 |
| 30 | + ${PYTHON} test_mincost.py data 112 |
| 31 | + ${PYTHON} test_mincost.py run 112 |
| 32 | + ${PYTHON} test_diet_problem.py run 12 |
| 33 | + ${PYTHON} test_multi_commodity_flow.py data 112 |
| 34 | + ${PYTHON} test_multi_commodity_flow.py run 112 |
| 35 | + ${PYTHON} test_multi_commodity_flow.py pairs 112 |
| 36 | + ${PYTHON} test_piecewise.py data 110 250 False |
| 37 | + ${PYTHON} test_piecewise.py run 110 250 False |
| 38 | + ${PYTHON} test_tricks.py |
| 39 | + ${PYTHON} test_piecewise.py ncvx 110 250 False |
| 40 | + ${PYTHON} test_tricks_0.py |
| 41 | + ${PYTHON} test_tricks_5.py |
| 42 | + ${PYTHON} test_tricks_2.py |
| 43 | + ${PYTHON} test_tricks_1.py |
| 44 | + ${PYTHON} test_tricks_3.py |
| 45 | + ${PYTHON} test_piecewise.py data 112 250 True |
| 46 | + ${PYTHON} test_piecewise.py run 112 250 True |
| 47 | + ${PYTHON} test_piecewise.py run 112 310 True |
| 48 | + ${PYTHON} test_piecewise.py run 112 1 True |
| 49 | + ${PYTHON} test_piecewise.py non 112 250 True |
| 50 | + ${PYTHON} test_piecewise.py data 110 250 False |
| 51 | + ${PYTHON} test_piecewise.py run 110 250 False |
| 52 | + ${PYTHON} test_project_management.py data 13 |
| 53 | + ${PYTHON} test_project_management.py run 13 |
| 54 | + ${PYTHON} test_project_management.py runclp 13 |
| 55 | + ${PYTHON} test_set_cover.py data 129 |
| 56 | + ${PYTHON} test_set_cover.py run 129 |
| 57 | + ${PYTHON} test_set_packing.py data 103 |
| 58 | + ${PYTHON} test_set_packing.py run 103 |
| 59 | + ${PYTHON} test_shortest_path.py data 112 |
| 60 | + ${PYTHON} test_shortest_path.py run 112 |
| 61 | + ${PYTHON} test_shortest_path.py pm 112 |
| 62 | + ${PYTHON} test_shortest_path.py tree 112 |
| 63 | + ${PYTHON} test_shortest_path.py all 112 |
| 64 | + ${PYTHON} test_sports_timetabling.py data 12 |
| 65 | + ${PYTHON} test_sports_timetabling.py run 12 |
| 66 | + ${PYTHON} test_staff_scheduling.py section 11 |
| 67 | + ${PYTHON} test_staff_scheduling.py instructor 11 |
| 68 | + ${PYTHON} test_staff_scheduling.py sets 11 |
| 69 | + ${PYTHON} test_staff_scheduling.py pairs 11 |
| 70 | + ${PYTHON} test_staff_scheduling.py run 11 |
| 71 | + ${PYTHON} test_staffing.py data 112 |
| 72 | + ${PYTHON} test_staffing.py run 112 |
| 73 | + ${PYTHON} test_staffing.py runo 112 |
| 74 | + ${PYTHON} test_transship_dist.py data 117 |
| 75 | + ${PYTHON} test_transship_dist.py run 117 |
| 76 | + ${PYTHON} test_tsp.py data 118 |
| 77 | + ${PYTHON} test_tsp.py display 118 |
| 78 | + ${PYTHON} test_tsp.py path 118 |
| 79 | + ${PYTHON} test_tsp.py star 118 |
0 commit comments