<?xml version="1.0"?>
<!-- Copyright 2015 The MathWorks, Inc. -->
<rsccat version="1.0" locale="en_US" product="MATLAB">
  <message>
    <entry key="DijkstraNonNegative">Method value can be ''positive'' only if all edge weights are nonnegative.</entry>
    <entry key="InvalidWeights">Graph edge weights contain NaN.</entry>
    <entry key="KeyWithoutValue">No value given for Method.</entry>
    <entry key="NegCycle">Shortest path distance undefined because the graph contains a negative cycle of length {0} (nodes {1}).</entry>
    <entry key="NegativeWeights">Graph edge weights must be nonnegative.</entry>
    <entry key="NonScalarSource">Source must specify one node.</entry>
    <entry key="NonScalarTarg">Target must specify one node.</entry>
    <entry key="NotDAG">When Method value is ''acyclic'', directed graph must be acyclic.</entry>
    <entry key="ParseFlags">Parameter name must be ''Method''.</entry>
    <entry key="ParseMethodDir">Method value must be ''auto'', ''unweighted'', ''positive'', ''mixed'', or ''acyclic''.</entry>
    <entry key="ParseMethodUndir">Method value must be ''auto'', ''unweighted'', or ''positive''.</entry>
  </message>
</rsccat>
