Home
last modified time | relevance | path

Searched refs:profit (Results 1 – 25 of 2805) sorted by relevance

12345678910>>...113

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/momhlib/MOKP/
H A Dknapsack_750.47 profit: +25
10 profit: +32
13 profit: +57
16 profit: +93
19 profit: +84
22 profit: +53
25 profit: +36
28 profit: +16
31 profit: +20
34 profit: +53
[all …]
H A Dknapsack_500.37 profit: +22
10 profit: +92
13 profit: +30
16 profit: +46
19 profit: +42
22 profit: +11
25 profit: +60
28 profit: +87
31 profit: +19
34 profit: +45
[all …]
H A Dknapsack_750.27 profit: +89
10 profit: +31
13 profit: +29
16 profit: +47
19 profit: +99
22 profit: +44
25 profit: +23
28 profit: +40
31 profit: +44
34 profit: +51
[all …]
H A Dknapsack_500.47 profit: +72
10 profit: +51
13 profit: +82
16 profit: +98
19 profit: +78
22 profit: +70
25 profit: +30
28 profit: +85
31 profit: +93
34 profit: +84
[all …]
H A Dknapsack_750.37 profit: +31
10 profit: +81
13 profit: +38
16 profit: +89
19 profit: +50
22 profit: +92
25 profit: +97
28 profit: +82
31 profit: +56
34 profit: +54
[all …]
H A Dknapsack_500.27 profit: +100
10 profit: +53
13 profit: +48
16 profit: +38
19 profit: +72
22 profit: +70
25 profit: +75
28 profit: +11
31 profit: +87
34 profit: +70
[all …]
H A Dknapsack_250.47 profit: +36
10 profit: +67
13 profit: +76
16 profit: +21
19 profit: +40
22 profit: +73
25 profit: +96
28 profit: +36
31 profit: +70
34 profit: +45
[all …]
H A Dknapsack_250.37 profit: +21
10 profit: +69
13 profit: +26
16 profit: +92
19 profit: +77
22 profit: +30
25 profit: +96
28 profit: +80
31 profit: +60
34 profit: +61
[all …]
H A Dknapsack_250.27 profit: +79
10 profit: +25
13 profit: +99
16 profit: +41
19 profit: +94
22 profit: +75
25 profit: +40
28 profit: +59
31 profit: +95
34 profit: +99
[all …]
H A Dknapsack_100.47 profit: +82
10 profit: +22
13 profit: +22
16 profit: +91
19 profit: +26
22 profit: +30
25 profit: +18
28 profit: +43
31 profit: +44
34 profit: +44
[all …]
H A Dknapsack_100.37 profit: +27
10 profit: +95
13 profit: +67
16 profit: +75
19 profit: +67
22 profit: +57
25 profit: +22
28 profit: +96
31 profit: +52
34 profit: +16
[all …]
H A Dknapsack_100.27 profit: +57
10 profit: +94
13 profit: +59
16 profit: +83
19 profit: +82
22 profit: +91
25 profit: +42
28 profit: +84
31 profit: +85
34 profit: +18
[all …]
/dports/devel/spark/spark-2.1.1/sql/core/src/test/resources/tpcds/
H A Dq5.sql5 sum(profit) AS profit,
13 ss_net_profit AS profit,
22 cast(0 AS DECIMAL(7, 2)) AS profit,
36 sum(profit) AS profit,
44 cs_net_profit AS profit,
68 sum(profit) AS profit,
76 ws_net_profit AS profit,
103 sum(profit) AS profit
110 (profit - profit_loss) AS profit
118 (profit - profit_loss) AS profit
[all …]
H A Dq77.sql5 sum(ss_net_profit) AS profit
27 sum(cs_net_profit) AS profit
45 sum(ws_net_profit) AS profit
68 sum(profit) AS profit
75 (profit - coalesce(profit_loss, 0)) AS profit
85 (profit - profit_loss) AS profit
93 (profit - coalesce(profit_loss, 0)) AS profit
H A Dq80.sql6 sum(ss_net_profit - coalesce(sr_net_loss, 0)) AS profit
27 sum(cs_net_profit - coalesce(cr_net_loss, 0)) AS profit
48 sum(ws_net_profit - coalesce(wr_net_loss, 0)) AS profit
68 sum(profit) AS profit
74 profit
82 profit
90 profit
/dports/science/libkml/libkml-1.3.0/testdata/csv/
H A Dcolleges.csv3 …versity,"1600 Campus Court, Abilene, Texas 79699",www.acu.edu,"4-year, Private not-for-profit",4669
46 …lege,"614 W Superior, Alma, Michigan 48801-1599",www.alma.edu,"4-year, Private not-for-profit",1382
80 … University,"Berrien Springs, Michigan 49104",www.andrews.edu,"4-year, Private not-for-profit",3419
164 Bais Medrash Elyon,"73 Main St, Monsey, New York 10952",,"4-year, Private not-for-profit",26
237 Bethany College,"Bethany, West Virginia 26032",www.bethanywv.edu,"4-year, Private not-for-profit",8…
563 Cornell University,"Ithaca, New York 14853",www.cornell.edu,"4-year, Private not-for-profit",20273
1183 Kenyon College,"Gambier, Ohio 43022",www.kenyon.edu/,"4-year, Private not-for-profit",1644
2217 Syracuse University,"Syracuse, New York 13244-1100",syr.edu/,"4-year, Private not-for-profit",19366
2435 United Talmudical Seminary,"Brooklyn, New York 11211",,"4-year, Private not-for-profit",1626
2939 Yale University,"New Haven, Connecticut 06520",www.yale.edu,"4-year, Private not-for-profit",10192
[all …]
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/knapsack/
H A DKnapsackItem.java62 final public int profit; field in KnapsackItem
78 KnapsackItem(IntVar quantity, int weight, int profit) { in KnapsackItem() argument
82 if (profit <= 0) in KnapsackItem()
86 this.profit = profit; in KnapsackItem()
87 this.efficiency = this.profit / (double) this.weight; in KnapsackItem()
103 long comparison = (long) weight * (long) that.profit - (long) profit * (long) that.weight; in compareTo()
139 return profit; in getProfit()
165 …result.append(", profit: ").append(profit).append(", efficiency: ").append(efficiency).append(" ]"… in toString()
/dports/math/alps/CHiPPS-ALPS-releases-2.0.1/Alps/examples/Knap/data/
H A DknapGen.cpp41 int profit; in main() local
52 profit = 1 + static_cast<int>(double(rand()) / RAND_MAX * (R - 1)); in main()
54 fout << "ITEM" << " " << weight << " " << profit << endl; in main()
60 profit = weight - R/10 + in main()
62 if (profit <= 0) in main()
63 profit = 1; in main()
65 fout << "ITEM" << " " << weight << " " << profit << endl; in main()
71 profit = weight + 10; in main()
73 fout << "ITEM" << " " << weight << " " << profit << endl; in main()
/dports/math/alps/CHiPPS-ALPS-releases-2.0.1/Alps/examples/Knap/
H A DKnapModel.cpp149 int* profit; in encode() local
154 profit = new int[size]; in encode()
157 profit[i] = items_[i].second; in encode()
161 weight = 0; profit = 0; in encode()
168 encoded->writeRep(profit, size); in encode()
180 int* profit = NULL; in decodeToSelf() local
200 items.push_back(std::make_pair(weight[i], profit[i])); in decodeToSelf()
211 std::cout << profit[i] << " "; in decodeToSelf()
236 int* profit;
243 items.push_back(std::make_pair(weight[i], profit[i]));
[all …]
/dports/math/py-or-tools/or-tools-9.2/ortools/algorithms/
H A Dknapsack_solver_for_cuts.h80 KnapsackItemForCuts(int id, double weight, double profit) in KnapsackItemForCuts()
81 : id(id), weight(weight), profit(profit) {} in KnapsackItemForCuts()
84 return (weight > 0) ? profit / weight : profit_max; in GetEfficiency()
91 const double profit; member
117 void set_current_profit(double profit) { current_profit_ = profit; } in set_current_profit() argument
120 void set_profit_upper_bound(double profit) { profit_upper_bound_ = profit; } in set_profit_upper_bound() argument
269 void set_profit_lower_bound(double profit) { profit_lower_bound_ = profit; } in set_profit_lower_bound() argument
270 void set_profit_upper_bound(double profit) { profit_upper_bound_ = profit; } in set_profit_upper_bound() argument
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/r/
H A Dolap.result27 product sum(profit)
33 product sum(profit)
40 product sum(profit)
46 select product, sum(profit),avg(profit) from t1 group by product with rollup;
47 product sum(profit) avg(profit)
54 product country_id year sum(profit)
95 product country_id sum(profit)
191 product sum(profit)/count(*)
198 prod sum(profit)/count(*)
250 select concat(':',product,':'), sum(profit),avg(profit) from t1 group by product with rollup;
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/r/
H A Dolap.result27 product sum(profit)
33 product sum(profit)
40 product sum(profit)
46 select product, sum(profit),avg(profit) from t1 group by product with rollup;
47 product sum(profit) avg(profit)
54 product country_id year sum(profit)
95 product country_id sum(profit)
191 product sum(profit)/count(*)
198 prod sum(profit)/count(*)
250 select concat(':',product,':'), sum(profit),avg(profit) from t1 group by product with rollup;
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/r/
H A Dolap.result27 product sum(profit)
33 product sum(profit)
40 product sum(profit)
46 select product, sum(profit),avg(profit) from t1 group by product with rollup;
47 product sum(profit) avg(profit)
54 product country_id year sum(profit)
95 product country_id sum(profit)
191 product sum(profit)/count(*)
198 prod sum(profit)/count(*)
250 select concat(':',product,':'), sum(profit),avg(profit) from t1 group by product with rollup;
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/r/
H A Dolap.result27 product sum(profit)
33 product sum(profit)
40 product sum(profit)
46 select product, sum(profit),avg(profit) from t1 group by product with rollup;
47 product sum(profit) avg(profit)
54 product country_id year sum(profit)
95 product country_id sum(profit)
191 product sum(profit)/count(*)
198 prod sum(profit)/count(*)
250 select concat(':',product,':'), sum(profit),avg(profit) from t1 group by product with rollup;
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/mysql-test/r/
H A Dolap.result27 product sum(profit)
33 product sum(profit)
40 product sum(profit)
46 select product, sum(profit),avg(profit) from t1 group by product with rollup;
47 product sum(profit) avg(profit)
54 product country_id year sum(profit)
95 product country_id sum(profit)
191 product sum(profit)/count(*)
198 prod sum(profit)/count(*)
250 select concat(':',product,':'), sum(profit),avg(profit) from t1 group by product with rollup;
[all …]

12345678910>>...113