Optimization of Cutting and Packing Problems leaf node


URI

https://openalex.org/T12176

Label

Optimization of Cutting and Packing Problems

Description

This cluster of papers focuses on the optimization of cutting and packing problems, including knapsack problems, bin packing, heuristic and metaheuristic algorithms, three-dimensional packing, rectangular packing, genetic algorithms, and strip packing. The research explores various approaches to efficiently utilize space and resources for packing objects into containers or arranging them for optimal use.

Implementation

@prefix oasubfields: <https://openalex.org/subfields/> .
@prefix openalex: <https://lambdamusic.github.io/openalex-hacks/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://openalex.org/T12176> a skos:Concept ;
    rdfs:label "Optimization of Cutting and Packing Problems"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Packing_problems>,
        <https://openalex.org/T12176> ;
    skos:broader oasubfields:2209 ;
    skos:definition "This cluster of papers focuses on the optimization of cutting and packing problems, including knapsack problems, bin packing, heuristic and metaheuristic algorithms, three-dimensional packing, rectangular packing, genetic algorithms, and strip packing. The research explores various approaches to efficiently utilize space and resources for packing objects into containers or arranging them for optimal use."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Optimization of Cutting and Packing Problems"@en ;
    openalex:cited_by_count 305524 ;
    openalex:works_count 19179 .