Quadratic knapsack problem (original) (raw)

About DBpedia

The quadratic knapsack problem (QKP), first introduced in 19th century, is an extension of knapsack problem that allows for quadratic terms in the objective function: Given a set of items, each with a weight, a value, and an extra profit that can be earned if two items are selected, determine the number of items to include in a collection without exceeding capacity of the knapsack, so as to maximize the overall profit. Usually, quadratic knapsack problems come with a restriction on the number of copies of each kind of item: either 0, or 1. This special type of QKP forms the 0-1 quadratic knapsack problem, which was first discussed by Gallo et al.The 0-1 quadratic knapsack problem is a variation of knapsack problems, combining the features of unbounded knapsack problem, 0-1 knapsack problem

Property Value
dbo:abstract The quadratic knapsack problem (QKP), first introduced in 19th century, is an extension of knapsack problem that allows for quadratic terms in the objective function: Given a set of items, each with a weight, a value, and an extra profit that can be earned if two items are selected, determine the number of items to include in a collection without exceeding capacity of the knapsack, so as to maximize the overall profit. Usually, quadratic knapsack problems come with a restriction on the number of copies of each kind of item: either 0, or 1. This special type of QKP forms the 0-1 quadratic knapsack problem, which was first discussed by Gallo et al.The 0-1 quadratic knapsack problem is a variation of knapsack problems, combining the features of unbounded knapsack problem, 0-1 knapsack problem and quadratic knapsack problem. (en)
dbo:wikiPageExternalLink http://www.diku.dk/~pisinger/codes.html http://www.adaptivebox.net/CILib/code/qkpcodes_link.html
dbo:wikiPageID 52468660 (xsd:integer)
dbo:wikiPageLength 24059 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1120984236 (xsd:integer)
dbo:wikiPageWikiLink dbr:Convexity_(mathematics) dbc:Packing_problems dbc:Dynamic_programming dbr:Decision_problem dbr:List_of_knapsack_problems dbr:Pseudo-polynomial_time dbr:0-1_quadratic_knapsack_problem dbc:Combinatorial_optimization dbc:NP-complete_problems dbr:Compiler dbr:Convex_set dbr:Clique_problem dbr:Global_maximum dbr:NP-complete dbr:NP-hard dbr:Concave_function dbr:Continuous_knapsack_problem dbr:Convex_function dbr:Lagrangian_relaxation dbr:Local_maximum dbr:Combinatorial_auction dbr:Combinatorial_optimization dbr:Computer_science dbc:Pseudo-polynomial_time_algorithms dbr:Transport_network dbr:Linearization dbr:Dynamic_programming dbr:Economics dbr:Diagonally_dominant_matrix dbr:Discrete_uniform_distribution dbr:Telecommunication dbr:Lagrange_multiplier dbr:Binary_data dbr:Heuristic dbr:Positive_semi-definite_matrix dbr:Greedy_algorithm dbr:Knapsack dbr:Optimization_problem dbr:Knapsack_problem dbr:Brute_force_method dbr:Packing_problem dbr:Linear_program dbr:Operation_research dbr:Very_large_scale_integration dbr:Branch-and-bound
dbp:wikiPageUsesTemplate dbt:Div_col dbt:Div_col_end dbt:Portal dbt:Reflist
dct:subject dbc:Packing_problems dbc:Dynamic_programming dbc:Combinatorial_optimization dbc:NP-complete_problems dbc:Pseudo-polynomial_time_algorithms
rdfs:comment The quadratic knapsack problem (QKP), first introduced in 19th century, is an extension of knapsack problem that allows for quadratic terms in the objective function: Given a set of items, each with a weight, a value, and an extra profit that can be earned if two items are selected, determine the number of items to include in a collection without exceeding capacity of the knapsack, so as to maximize the overall profit. Usually, quadratic knapsack problems come with a restriction on the number of copies of each kind of item: either 0, or 1. This special type of QKP forms the 0-1 quadratic knapsack problem, which was first discussed by Gallo et al.The 0-1 quadratic knapsack problem is a variation of knapsack problems, combining the features of unbounded knapsack problem, 0-1 knapsack problem (en)
rdfs:label Quadratic knapsack problem (en)
owl:sameAs yago-res:Quadratic knapsack problem wikidata:Quadratic knapsack problem https://global.dbpedia.org/id/2byFF
prov:wasDerivedFrom wikipedia-en:Quadratic_knapsack_problem?oldid=1120984236&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Quadratic_knapsack_problem
is dbo:wikiPageDisambiguates of dbr:QKP
is dbo:wikiPageRedirects of dbr:0-1_quadratic_knapsack_problem
is dbo:wikiPageWikiLink of dbr:List_of_knapsack_problems dbr:0-1_quadratic_knapsack_problem dbr:List_of_NP-complete_problems dbr:QKP
is foaf:primaryTopic of wikipedia-en:Quadratic_knapsack_problem