@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.loterre.fr/ark:/67375/23L-X5WQJJL2-H>
  skos:prefLabel "méthode de programmation"@fr, "programming method"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/23L-LCJFS0FK-7> .

<http://data.loterre.fr/ark:/67375/23L> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/23L-LCJFS0FK-7>
  skos:broader <http://data.loterre.fr/ark:/67375/23L-X5WQJJL2-H> ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q202843>, <https://en.wikipedia.org/wiki/Linear_programming> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/23L> ;
  skos:definition "mathematical method for optimizing (maximizing or minimizing) a linear function of several variables x1, ..., xn which are linked by equally linear constraints (i.e. of the form a1·x1+ ... + an-xn = 0, where a1, a2, ..., an are numerical coefficients) (Source: translated from  <a href=\"https://ia.gdria.fr/Glossaire/programmation-lineaire/\">https://ia.gdria.fr/Glossaire/programmation-lineaire/</a> )"@en, "méthode mathématique qui a pour but d’optimiser (maximiser ou minimiser) une fonction linéaire de plusieurs variables x1, …, xn qui sont liées entre elles par des contraintes également linéaires (c’est-à-dire de la forme a1·x1 + … + an·xn = 0, où a1, a2,…, an sont des cœfficients numériques) (Source :  <a href=\"https://ia.gdria.fr/Glossaire/programmation-lineaire/\">https://ia.gdria.fr/Glossaire/programmation-lineaire/</a> )"@fr ;
  skos:prefLabel "linear programming"@en, "programmation linéaire"@fr ;
  a skos:Concept ;
  dc:modified "2025-07-24T08:14:13"^^xsd:dateTime .

