<?xml version="1.0" encoding="UTF-8"?>
<marc21:record xmlns:marc21="http://www.loc.gov/MARC21/slim">
   <marc21:leader>     npm  22     uu 4500</marc21:leader>
   <marc21:controlfield tag="001">fdr_mods_00000264</marc21:controlfield>
   <marc21:datafield tag="024" ind1="7" ind2=" ">
      <marc21:subfield code="a">10.57892/100-264</marc21:subfield>
      <marc21:subfield code="2">doi</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="035" ind1=" " ind2=" ">
      <marc21:subfield code="a">fdr_mods_00000264</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="040" ind1=" " ind2=" ">
      <marc21:subfield code="b">ger</marc21:subfield>
      <marc21:subfield code="c">DE-601</marc21:subfield>
      <marc21:subfield code="e">rda</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="041" ind1=" " ind2=" ">
      <marc21:subfield code="a">eng</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="046" ind1=" " ind2=" ">
      <marc21:subfield code="k">2021-09-21</marc21:subfield>
      <marc21:subfield code="l">2021-10-06</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="084" ind1=" " ind2=" ">
      <marc21:subfield code="a">004</marc21:subfield>
      <marc21:subfield code="2">sdnb</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="100" ind1="1" ind2=" ">
      <marc21:subfield code="a">Domrös, Sören</marc21:subfield>
      <marc21:subfield code="e">Author</marc21:subfield>
      <marc21:subfield code="4">aut</marc21:subfield>
      <marc21:subfield code="0">(DE-588)1201693225</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="245" ind1="1" ind2="0">
      <marc21:subfield code="a">SCCharts Model Order Pre-Sorting Evaluation Data</marc21:subfield>
      <marc21:subfield code="c">Domrös, Sören</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="255" ind1=" " ind2=" ">
      <marc21:subfield code="c">10.122590409508845 54.33887034725194</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="260" ind1=" " ind2=" ">
      <marc21:subfield code="g">(2021-09-21)</marc21:subfield>
      <marc21:subfield code="g">(2021-10-06)</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="264" ind1=" " ind2="1">
      <marc21:subfield code="c">2025-08-01</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="336" ind1=" " ind2=" ">
      <marc21:subfield code="a">mixed material</marc21:subfield>
      <marc21:subfield code="b">zzz</marc21:subfield>
      <marc21:subfield code="2">rdacontent</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="337" ind1=" " ind2=" ">
      <marc21:subfield code="a">Computermedien</marc21:subfield>
      <marc21:subfield code="b">c</marc21:subfield>
      <marc21:subfield code="2">rdamedia</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="338" ind1=" " ind2=" ">
      <marc21:subfield code="a">Online-Ressource</marc21:subfield>
      <marc21:subfield code="b">cr</marc21:subfield>
      <marc21:subfield code="2">rdacarrier</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="500" ind1=" " ind2=" ">
      <marc21:subfield code="a">The dataset contains a ods file with all results for all used model order crossing minimization strategies, as well as the log files from which the data is derived.&#xD;
&#xD;
The ods file contains the used SCCharts models identified by file path of the generated ELK XML file such that the names point to the source SCChart (which cannot be provided).&#xD;
&#xD;
Each sheet in the ods file analyzes all separate graph problems in each SCChart collecting the following data:&#xD;
&lt;_v: Node order violations&#xD;
&lt;_p: Port order violations&#xD;
Cf?: X marks subgraphs with conflicting node and egde order, T marks trivial problems&#xD;
&#xD;
These values are collected for the following mdel order crossing minimization strategies and configurations:&#xD;
NE: No pre-sorting while counting order violations based on the edge pre-sorting.&#xD;
E: Only pre-sorting by edge order and normal crossing minimization.&#xD;
EP: Same as EP0.01&#xD;
EV: Same as EV0.01&#xD;
EVP: Same as EVP 0.01&#xD;
N: No pre-sorting while counting order violations based on the node and edge pre-sorting.&#xD;
V: Only pre-sorting by node and edge order and normal crossing minimization.&#xD;
VP: Same as VP0.01&#xD;
VV: Same as VV0.01&#xD;
VVP: Same as VVP0.01&#xD;
EP0.01: Pre-sorting by edge order using edge order violations as a metric weighted as 0.01 of an edge crossing.&#xD;
EP0.1: Pre-sorting by edge order using edge order violations as a metric weighted as 0.1 of an edge crossing.&#xD;
EP0.5: Pre-sorting by edge order using edge order violations as a metric weighted as 0.5 of an edge crossing.&#xD;
EP1: Pre-sorting by edge order using edge order violations as a metric weighted same as an edge crossing.&#xD;
EP10: Pre-sorting by edge order using edge order violations as a metric weighted 10 times as important as an edge crossing.&#xD;
EP100: Pre-sorting by edge order using edge order violations as a metric weighted 100 times as important as an edge crossing.&#xD;
EV0.01: Pre-sorting by edge order using node order violations as a metric weighted as 0.01 of an edge crossing.&#xD;
EV0.1: Pre-sorting by edge order using node order violations as a metric weighted as 0.1 of an edge crossing.&#xD;
EV0.5: Pre-sorting by edge order using node order violations as a metric weighted as 0.5 of an edge crossing.&#xD;
EV1: Pre-sorting by edge order using node order violations as a metric weighted same as an edge crossing.&#xD;
EV10: Pre-sorting by edge order using node order violations as a metric weighted 10 times as important as an edge crossing.&#xD;
EV100: Pre-sorting by edge order using node order violations as a metric weighted 100 times as important as an edge crossing.&#xD;
EVP0.01: Pre-sorting by edge order using edge and node order violations as a metric weighted as 0.01 of an edge crossing.&#xD;
EVP0.1: Pre-sorting by edge order using edge and node order violations as a metric weighted as 0.1 of an edge crossing.&#xD;
EVP0.5: Pre-sorting by edge order using edge and node order violations as a metric weighted as 0.5 of an edge crossing.&#xD;
EVP1: Pre-sorting by edge order using edge and node order violations as a metric weighted same as an edge crossing.&#xD;
EVP10: Pre-sorting by edge order using edge and node order violations as a metric weighted 10 times as important as an edge crossing.&#xD;
EVP100: Pre-sorting by edge order using edge and node order violations as a metric weighted 100 times as important as an edge crossing.&#xD;
VVP0.01: Pre-sorting by node and edge order using edge and node order violations as a metric weighted as 0.01 of an edge crossing.&#xD;
VP0.1: Pre-sorting by node and edge order using edge and node order violations as a metric weighted as 0.1 of an edge crossing.&#xD;
VP0.5: Pre-sorting by node and edge order using edge and node order violations as a metric weighted as 0.5 of an edge crossing.&#xD;
VP1: Pre-sorting by node and edge order using edge and node order violations as a metric weighted same as an edge crossing.&#xD;
VP10: Pre-sorting by node and edge order using edge and node order violations as a metric weighted 10 times as important as an edge crossing.&#xD;
VP100: Pre-sorting by node and edge order using edge and node order violations as a metric weighted 100 times as important as an edge crossing.&#xD;
VV0.01: Pre-sorting by node and edge order using node order violations as a metric weighted as 0.01 of an edge crossing.&#xD;
VV0.1: Pre-sorting by node and edge order using node order violations as a metric weighted as 0.1 of an edge crossing.&#xD;
VV0.5: Pre-sorting by node and edge order using node order violations as a metric weighted as 0.5 of an edge crossing.&#xD;
VV1: Pre-sorting by node and edge order using node order violations as a metric weighted same as an edge crossing.&#xD;
VV10: Pre-sorting by node and edge order using node order violations as a metric weighted 10 times as important as an edge crossing.&#xD;
VV100: Pre-sorting by node and edge order using node order violations as a metric weighted 100 times as important as an edge crossing.&#xD;
VP0.01: Pre-sorting by node and edge order using edge order violations as a metric weighted as 0.01 of an edge crossing.&#xD;
VP0.1: Pre-sorting by node and edge order using edge order violations as a metric weighted as 0.1 of an edge crossing.&#xD;
VP0.5: Pre-sorting by node and edge order using edge order violations as a metric weighted as 0.5 of an edge crossing.&#xD;
VP1: Pre-sorting by node and edge order using edgeorder violations as a metric weighted same as an edge crossing.&#xD;
VP10: Pre-sorting by node and edge order using edge order violations as a metric weighted 10 times as important as an edge crossing.&#xD;
VP100: Pre-sorting by node and edge order using edgeorder violations as a metric weighted 100 times as important as an edge crossing.&#xD;
&#xD;
edgeCrossingAll: Sums up and is used to compae all edge crossings from all different strategies&#xD;
Comparison: Marks which layouts have the same number of node and edge order violations using different selected strategies</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="520" ind1=" " ind2=" ">
      <marc21:subfield code="a">This dataset contains evaluation results of subgraphs of various SCCharts models (which are not included in this dataset) for model order pre-sorting together with model order as a metric and the resulting edge crossings and order violations.</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="650" ind1="" ind2="4">
      <marc21:subfield code="a">Model Order</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="650" ind1="" ind2="7">
      <marc21:subfield code="a">Graphenzeichnen</marc21:subfield>
      <marc21:subfield code="2">gnd</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="651" ind1="" ind2="7">
      <marc21:subfield code="a">Kiel</marc21:subfield>
      <marc21:subfield code="2">gnd</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="655" ind1=" " ind2="4">
      <marc21:subfield code="a">database</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="710" ind1="2" ind2=" ">
      <marc21:subfield code="a">Faculties</marc21:subfield>
      <marc21:subfield code="b">Faculty of Engineering</marc21:subfield>
      <marc21:subfield code="e">host institution</marc21:subfield>
      <marc21:subfield code="4">his</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="856" ind1=" " ind2=" ">
      <marc21:subfield code="u">https://opendata.uni-kiel.de/receive/fdr_mods_00000264</marc21:subfield>
      <marc21:subfield code="y">object in context</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="856" ind1=" " ind2=" ">
      <marc21:subfield code="u">https://opendata.uni-kiel.de/servlets/MCRFileNodeServlet/fdr_derivate_00000268/IVAPP22-quantitative-analysis.zip</marc21:subfield>
      <marc21:subfield code="y">raw object</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="856" ind1=" " ind2=" ">
      <marc21:subfield code="u">https://opendata.uni-kiel.de/rsc/thumbnail/fdr_mods_00000264.png</marc21:subfield>
      <marc21:subfield code="y">preview</marc21:subfield>
   </marc21:datafield>
   <marc21:datafield tag="856" ind1=" " ind2=" ">
      <marc21:subfield code="u">https://opendata.uni-kiel.de/receive/fdr_mods_00000264</marc21:subfield>
      <marc21:subfield code="y">uri</marc21:subfield>
   </marc21:datafield>
</marc21:record>
