> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MatchGraphRequest

> MatchGraphRequest — Kinetica Java API

<div className="kinetica-javadoc">
  <div className="header">
    <div className="sub-title"><span className="package-label-in-type">Package</span> <a href="/content/api/java/com/gpudb/protocol/package-summary">com.gpudb.protocol</a></div>
    <h1 title="Class MatchGraphRequest" className="title">Class MatchGraphRequest</h1>
  </div>

  <div className="inheritance" title="Inheritance Tree">
    <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">java.lang.Object</a>
    <div className="inheritance">com.gpudb.protocol.MatchGraphRequest</div>
  </div>

  <div className="section class-description" id="class-description">
    <div className="dl notes">
      <div className="dt">All Implemented Interfaces:</div>
      <div className="dd"><code>org.apache.avro.generic.GenericContainer</code>, <code>org.apache.avro.generic.IndexedRecord</code></div>
    </div>

    <hr />

    <div className="type-signature"><span className="modifiers">public class </span><span className="element-name type-name-label">MatchGraphRequest</span> <span className="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a> implements org.apache.avro.generic.IndexedRecord</span></div>

    <div className="block">
      A set of parameters for <a href="/content/api/java/com/gpudb/GPUdb#matchGraph(com.gpudb.protocol.MatchGraphRequest)"><code>GPUdb.matchGraph</code></a>.
      <p> Matches a directed route implied by a given set of latitude/longitude points to an existing underlying road network graph using a given solution type. </p>
      <p> IMPORTANT: It's highly recommended that you review the <a href="/content/graph_solver/network_graph_solver/" target="_top">Graphs and Solvers</a> concepts documentation, the <a href="/content/guides/graph_rest_guide/" target="_top">Graph REST Tutorial</a>, and/or some <a href="/content/guides/tags/graph-match" target="_top">/match/graph examples</a> before using this endpoint.</p>
    </div>
  </div>

  <div className="section summary">
    <ul className="summary-list">
      <li>
        <div className="section nested-class-summary" id="nested-class-summary">
          <h2>Nested Class Summary</h2>
          <div className="caption"><span>Nested Classes</span></div>

          <div className="summary-table three-column-summary">
            <div className="table-header col-first">Modifier and Type</div>
            <div className="table-header col-second">Class</div>
            <div className="table-header col-last">Description</div>
            <div className="col-first even-row-color"><code>static final class </code></div>
            <div className="col-second even-row-color"><code><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options" className="type-name-link" title="class in com.gpudb.protocol">MatchGraphRequest.Options</a></code></div>

            <div className="col-last even-row-color">
              <div className="block">A set of string constants for the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest" title="class in com.gpudb.protocol"><code>MatchGraphRequest</code></a> parameter <a href="#getOptions()"><code>options</code></a>.</div>
            </div>

            <div className="col-first odd-row-color"><code>static final class </code></div>
            <div className="col-second odd-row-color"><code><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod" className="type-name-link" title="class in com.gpudb.protocol">MatchGraphRequest.SolveMethod</a></code></div>

            <div className="col-last odd-row-color">
              <div className="block">A set of string constants for the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest" title="class in com.gpudb.protocol"><code>MatchGraphRequest</code></a> parameter <a href="#getSolveMethod()"><code>solveMethod</code></a>.</div>
            </div>
          </div>
        </div>
      </li>

      <li>
        <div className="section constructor-summary" id="constructor-summary">
          <h2>Constructor Summary</h2>
          <div className="caption"><span>Constructors</span></div>

          <div className="summary-table two-column-summary">
            <div className="table-header col-first">Constructor</div>
            <div className="table-header col-last">Description</div>
            <div className="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E()" className="member-name-link">MatchGraphRequest</a>()</code></div>

            <div className="col-last even-row-color">
              <div className="block">Constructs a MatchGraphRequest object with default parameters.</div>
            </div>

            <div className="col-constructor-name odd-row-color"><code><a href="#%3Cinit%3E(java.lang.String,java.util.List,java.lang.String,java.lang.String,java.util.Map)" className="member-name-link">MatchGraphRequest</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> graphName, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> samplePoints, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> solveMethod, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> solutionTable, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> options)</code></div>

            <div className="col-last odd-row-color">
              <div className="block">Constructs a MatchGraphRequest object with the specified parameters.</div>
            </div>
          </div>
        </div>
      </li>

      <li>
        <div className="section method-summary" id="method-summary">
          <h2>Method Summary</h2>

          <div id="method-summary-table">
            <div className="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabIndex="0" className="active-table-tab">All Methods</button><button id="method-summary-table-tab1" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabIndex="-1" className="table-tab">Static Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabIndex="-1" className="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabIndex="-1" className="table-tab">Concrete Methods</button></div>

            <div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0">
              <div className="summary-table three-column-summary">
                <div className="table-header col-first">Modifier and Type</div>
                <div className="table-header col-second">Method</div>
                <div className="table-header col-last">Description</div>
                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#equals(java.lang.Object)" className="member-name-link">equals</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a> obj)</code></div>
                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> </div>
                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#get(int)" className="member-name-link">get</a><wbr />(int index)</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static org.apache.avro.Schema</code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#getClassSchema()" className="member-name-link">getClassSchema</a>()</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
                  <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getGraphName()" className="member-name-link">getGraphName</a>()</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Name of the underlying geospatial graph resource to match to using <a href="#getSamplePoints()"><code>samplePoints</code></a>.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a><wbr />\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getOptions()" className="member-name-link">getOptions</a>()</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Additional parameters.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a><wbr />\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getSamplePoints()" className="member-name-link">getSamplePoints</a>()</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Sample points used to match to an underlying geospatial graph.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>org.apache.avro.Schema</code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getSchema()" className="member-name-link">getSchema</a>()</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getSolutionTable()" className="member-name-link">getSolutionTable</a>()</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">The name of the table used to store the results, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a> and meeting <a href="/content/concepts/tables/#table-naming-criteria" target="_top">table naming criteria</a>.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getSolveMethod()" className="member-name-link">getSolveMethod</a>()</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">The type of solver to use for graph matching.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>int</code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#hashCode()" className="member-name-link">hashCode</a>()</code></div>
                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> </div>
                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#put(int,java.lang.Object)" className="member-name-link">put</a><wbr />(int index, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a> value)</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest" title="class in com.gpudb.protocol">MatchGraphRequest</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setGraphName(java.lang.String)" className="member-name-link">setGraphName</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> graphName)</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Name of the underlying geospatial graph resource to match to using <a href="#getSamplePoints()"><code>samplePoints</code></a>.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest" title="class in com.gpudb.protocol">MatchGraphRequest</a></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setOptions(java.util.Map)" className="member-name-link">setOptions</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> options)</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Additional parameters.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest" title="class in com.gpudb.protocol">MatchGraphRequest</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setSamplePoints(java.util.List)" className="member-name-link">setSamplePoints</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> samplePoints)</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">Sample points used to match to an underlying geospatial graph.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest" title="class in com.gpudb.protocol">MatchGraphRequest</a></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setSolutionTable(java.lang.String)" className="member-name-link">setSolutionTable</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> solutionTable)</code></div>

                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">The name of the table used to store the results, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a> and meeting <a href="/content/concepts/tables/#table-naming-criteria" target="_top">table naming criteria</a>.</div>
                </div>

                <div className="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest" title="class in com.gpudb.protocol">MatchGraphRequest</a></code></div>
                <div className="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#setSolveMethod(java.lang.String)" className="member-name-link">setSolveMethod</a><wbr />(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> solveMethod)</code></div>

                <div className="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
                  <div className="block">The type of solver to use for graph matching.</div>
                </div>

                <div className="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a></code></div>
                <div className="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#toString()" className="member-name-link">toString</a>()</code></div>
                <div className="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"> </div>
              </div>
            </div>
          </div>

          <div className="inherited-list">
            <h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a></h3>
            <code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" className="external-link">clone</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" className="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" className="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" className="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" className="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" className="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" className="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" className="external-link">wait</a></code>
          </div>
        </div>
      </li>
    </ul>
  </div>

  <div className="section details">
    <ul className="details-list">
      <li>
        <div className="section constructor-details" id="constructor-detail">
          <h2>Constructor Details</h2>

          <ul className="member-list">
            <li>
              <div className="section detail" id="<init>()">
                <h3>MatchGraphRequest</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="element-name">MatchGraphRequest</span>()</div>
                <div className="block">Constructs a MatchGraphRequest object with default parameters.</div>
              </div>
            </li>

            <li>
              <div className="section detail" id="<init>(java.lang.String,java.util.List,java.lang.String,java.lang.String,java.util.Map)">
                <h3>MatchGraphRequest</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="element-name">MatchGraphRequest</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> graphName, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> samplePoints, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> solveMethod, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> solutionTable, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> options)</span></div>
                <div className="block">Constructs a MatchGraphRequest object with the specified parameters.</div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>graphName</code> - Name of the underlying geospatial graph resource to match to using <code>samplePoints</code>.</div>
                  <div className="dd"><code>samplePoints</code> - Sample points used to match to an underlying geospatial graph. Sample points must be specified using <a href="/content/graph_solver/network_graph_solver/#match-identifiers" target="_top">identifiers</a>; identifiers are grouped as <a href="/content/graph_solver/network_graph_solver/#match-combinations" target="_top">combinations</a>. Identifiers can be used with: existing column names, e.g., 'table.column AS SAMPLE\_X'; expressions, e.g., 'ST\_MAKEPOINT(table.x, table.y) AS SAMPLE\_WKTPOINT'; or constant values, e.g., '{"{"}1, 2, 10{"}"} AS SAMPLE\_TRIPID'.</div>

                  <div className="dd">
                    <code>solveMethod</code> - The type of solver to use for graph matching. Supported values:

                    <ul>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MARKOV_CHAIN"><code>MARKOV\_CHAIN</code></a>: Matches <code>samplePoints</code> to the graph using the Hidden Markov Model (HMM)-based method, which conducts a range-tree closest-edge search to find the best combinations of possible road segments (<a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NUM_SEGMENTS"><code>NUM\_SEGMENTS</code></a>) for each sample point to create the best route. The route is secured one point at a time while looking ahead <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#CHAIN_WIDTH"><code>CHAIN\_WIDTH</code></a> number of points, so the prediction is corrected after each point. This solution type is the most accurate but also the most computationally intensive. Related options: <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NUM_SEGMENTS"><code>NUM\_SEGMENTS</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#CHAIN_WIDTH"><code>CHAIN\_WIDTH</code></a>. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_OD_PAIRS"><code>MATCH\_OD\_PAIRS</code></a>: Matches <code> samplePoints</code> to find the most probable path between origin and destination pairs with cost constraints. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a>: Matches <code> samplePoints</code> to optimize scheduling multiple supplies (trucks) with varying sizes to varying demand sites with varying capacities per depot. Related options: <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#PARTIAL_LOADING"><code>PARTIAL\_LOADING</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_COMBINATIONS"><code>MAX\_COMBINATIONS</code></a>. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_BATCH_SOLVES"><code>MATCH\_BATCH\_SOLVES</code></a>: Matches <code> samplePoints</code> source and destination pairs for the shortest path solves in batch mode. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_LOOPS"><code>MATCH\_LOOPS</code></a>: Matches closed loops (Eulerian paths) originating and ending at each graph node within min and max hops (levels). </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CHARGING_STATIONS"><code>MATCH\_CHARGING\_STATIONS</code></a>: Matches an optimal path across a number of ev-charging stations between source and target locations. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SIMILARITY"><code>MATCH\_SIMILARITY</code></a>: Matches the intersection set(s) by computing the Jaccard similarity score between node pairs. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_PICKUP_DROPOFF"><code>MATCH\_PICKUP\_DROPOFF</code></a>: Matches the pickups and dropoffs by optimizing the total trip costs. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CLUSTERS"><code>MATCH\_CLUSTERS</code></a>: Matches the graph nodes with a cluster index using Louvain clustering algorithm. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_PATTERN"><code>MATCH\_PATTERN</code></a>: Matches a pattern in the graph. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a>: Creates vector node embeddings. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_ISOCHRONE"><code>MATCH\_ISOCHRONE</code></a>: Solves for isochrones for a set of input sources. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_ROUTE_DETOUR"><code>MATCH\_ROUTE\_DETOUR</code></a>: Computes detour costs for nearby stations at a mark point along each source-target route. </li>
                    </ul>

                    The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MARKOV_CHAIN"><code>MARKOV\_CHAIN</code></a>.
                  </div>

                  <div className="dd"><code>solutionTable</code> - The name of the table used to store the results, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a> and meeting <a href="/content/concepts/tables/#table-naming-criteria" target="_top">table naming criteria</a>. This table contains a <a href="/content/location_intelligence/geo_objects/#geospatial-tracks" target="_top">track</a> of geospatial points for the matched portion of the graph, a track ID, and a score value. Also outputs a details table containing a trip ID (that matches the track ID), the latitude/longitude pair, the timestamp the point was recorded at, and an edge ID corresponding to the matched road segment. Must not be an existing table of the same name. The default value is ''.</div>

                  <div className="dd">
                    <code>options</code> - Additional parameters.

                    <ul>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#GPS_NOISE"><code>GPS\_NOISE</code></a>: GPS noise value (in meters) to remove redundant sample points. Use -1 to disable noise reduction. The default value accounts for 95% of point variation (+ or -5 meters). The default value is '5.0'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NUM_SEGMENTS"><code>NUM\_SEGMENTS</code></a>: Maximum number of potentially matching road segments for each sample point. For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MARKOV_CHAIN"><code>MARKOV\_CHAIN</code></a> solver, the default is 3. The default value is '3'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SEARCH_RADIUS"><code>SEARCH\_RADIUS</code></a>: Maximum search radius used when snapping sample points onto potentially matching surrounding segments. The default value corresponds to approximately 100 meters. The default value is '0.001'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#CHAIN_WIDTH"><code>CHAIN\_WIDTH</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MARKOV_CHAIN"><code>MARKOV\_CHAIN</code></a> solver only. Length of the sample points lookahead window within the Markov kernel; the larger the number, the more accurate the solution. The default value is '9'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SOURCE"><code>SOURCE</code></a>: WKT starting point from <code>samplePoints</code> for the solver. The default behavior for the endpoint is to use time to determine the starting point. The default value is 'POINT NULL'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#DESTINATION"><code>DESTINATION</code></a>: WKT ending point from <code>samplePoints</code> for the solver. The default behavior for the endpoint is to use time to determine the destination point. The default value is 'POINT NULL'. </li>

                      <li>
                        <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#PARTIAL_LOADING"><code>PARTIAL\_LOADING</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. When false (non-default), trucks do not off-load at the demand (store) side if the remainder is less than the store's need. Supported values:

                        <ul>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>: Partial off-loading at multiple store (demand) locations. </li>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>: No partial off-loading allowed if supply is less than the store's demand. </li>
                        </ul>

                        The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>.
                      </li>

                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_COMBINATIONS"><code>MAX\_COMBINATIONS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. This is the cutoff for the number of generated combinations for sequencing the demand locations - can increase this up to 2M. The default value is '10000'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_SUPPLY_COMBINATIONS"><code>MAX\_SUPPLY\_COMBINATIONS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. This is the cutoff for the number of generated combinations for sequencing the supply locations if/when 'permute\_supplies' is true. The default value is '10000'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#LEFT_TURN_PENALTY"><code>LEFT\_TURN\_PENALTY</code></a>: This will add an additional weight over the edges labeled as 'left turn' if the 'add\_turn' option parameter of the <a href="/content/api/java/com/gpudb/GPUdb#createGraph(com.gpudb.protocol.CreateGraphRequest)"><code>GPUdb.createGraph</code></a> was invoked at graph creation. The default value is '0.0'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#RIGHT_TURN_PENALTY"><code>RIGHT\_TURN\_PENALTY</code></a>: This will add an additional weight over the edges labeled as' right turn' if the 'add\_turn' option parameter of the <a href="/content/api/java/com/gpudb/GPUdb#createGraph(com.gpudb.protocol.CreateGraphRequest)"><code>GPUdb.createGraph</code></a> was invoked at graph creation. The default value is '0.0'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#INTERSECTION_PENALTY"><code>INTERSECTION\_PENALTY</code></a>: This will add an additional weight over the edges labeled as 'intersection' if the 'add\_turn' option parameter of the <a href="/content/api/java/com/gpudb/GPUdb#createGraph(com.gpudb.protocol.CreateGraphRequest)"><code>GPUdb.createGraph</code></a> was invoked at graph creation. The default value is '0.0'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SHARP_TURN_PENALTY"><code>SHARP\_TURN\_PENALTY</code></a>: This will add an additional weight over the edges labeled as 'sharp turn' or 'u-turn' if the 'add\_turn' option parameter of the <a href="/content/api/java/com/gpudb/GPUdb#createGraph(com.gpudb.protocol.CreateGraphRequest)"><code>GPUdb.createGraph</code></a> was invoked at graph creation. The default value is '0.0'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#AGGREGATED_OUTPUT"><code>AGGREGATED\_OUTPUT</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. When it is true (default), each record in the output table shows a particular truck's scheduled cumulative round trip path (MULTILINESTRING) and the corresponding aggregated cost. Otherwise, each record shows a single scheduled truck route (LINESTRING) towards a particular demand location (store id) with its corresponding cost. The default value is 'true'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#OUTPUT_TRACKS"><code>OUTPUT\_TRACKS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. When it is true (non-default), the output will be in tracks format for all the round trips of each truck in which the timestamps are populated directly from the edge weights starting from their originating depots. The default value is 'false'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_TRIP_COST"><code>MAX\_TRIP\_COST</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_PICKUP_DROPOFF"><code>MATCH\_PICKUP\_DROPOFF</code></a> solvers only. If this constraint is greater than zero (default) then the trucks/rides will skip traveling from one demand/pick location to another if the cost between them is greater than this number (distance or time). Zero (default) value means no check is performed. The default value is '0.0'. </li>

                      <li>
                        <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FILTER_FOLDING_PATHS"><code>FILTER\_FOLDING\_PATHS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MARKOV_CHAIN"><code>MARKOV\_CHAIN</code></a> solver only. When true (non-default), the paths per sequence combination is checked for folding over patterns and can significantly increase the execution time depending on the chain width and the number of GPS samples. Supported values:

                        <ul>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>: Filter out the folded paths. </li>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>: Do not filter out the folded paths. </li>
                        </ul>

                        The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>.
                      </li>

                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#UNIT_UNLOADING_COST"><code>UNIT\_UNLOADING\_COST</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. The unit cost per load amount to be delivered. If this value is greater than zero (default) then the additional cost of this unit load multiplied by the total dropped load will be added over to the trip cost to the demand location. The default value is '0.0'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_NUM_THREADS"><code>MAX\_NUM\_THREADS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MARKOV_CHAIN"><code>MARKOV\_CHAIN</code></a> solver only. If specified (greater than zero), the maximum number of threads will not be greater than the specified value. It can be lower due to the memory and the number cores available. Default value of zero allows the algorithm to set the maximal number of threads within these constraints. The default value is '0'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SERVICE_LIMIT"><code>SERVICE\_LIMIT</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. If specified (greater than zero), any supply actor's total service cost (distance or time) will be limited by the specified value including multiple rounds (if set). The default value is '0.0'. </li>

                      <li>
                        <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#ENABLE_REUSE"><code>ENABLE\_REUSE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. If specified (true), all supply actors can be scheduled for second rounds from their originating depots. Supported values:

                        <ul>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>: Allows reusing supply actors (trucks, e.g.) for scheduling again. </li>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>: Supply actors are scheduled only once from their depots. </li>
                        </ul>

                        The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>.
                      </li>

                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_STOPS"><code>MAX\_STOPS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. If specified (greater than zero), a supply actor (truck) can at most have this many stops (demand locations) in one round trip. Otherwise, it is unlimited. If 'enable\_truck\_reuse' is on, this condition will be applied separately at each round trip use of the same truck. The default value is '0'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SERVICE_RADIUS"><code>SERVICE\_RADIUS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_PICKUP_DROPOFF"><code>MATCH\_PICKUP\_DROPOFF</code></a> solvers only. If specified (greater than zero), it filters the demands/picks outside this radius centered around the supply actor/ride's originating location (distance or time). The default value is '0.0'. </li>

                      <li>
                        <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#PERMUTE_SUPPLIES"><code>PERMUTE\_SUPPLIES</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. If specified (true), supply side actors are permuted for the demand combinations during MSDO optimization - note that this option increases optimization time significantly - use of 'max\_combinations' option is recommended to prevent prohibitively long runs. Supported values:

                        <ul>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>: Generates sequences over supply side permutations if total supply is less than twice the total demand. </li>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>: Permutations are not performed, rather a specific order of supplies based on capacity is computed. </li>
                        </ul>

                        The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>.
                      </li>

                      <li>
                        <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#BATCH_TSM_MODE"><code>BATCH\_TSM\_MODE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. When enabled, it sets the number of visits on each demand location by a single salesman at each trip is considered to be (one) 1, otherwise there is no bound. Supported values:

                        <ul>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>: Sets only one visit per demand location by a salesman (TSM mode). </li>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>: No preset limit (usual MSDO mode). </li>
                        </ul>

                        The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>.
                      </li>

                      <li>
                        <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#ROUND_TRIP"><code>ROUND\_TRIP</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. When enabled, the supply will have to return back to the origination location. Supported values:

                        <ul>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>: The optimization is done for trips in round trip manner always returning to originating locations. </li>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>: Supplies do not have to come back to their originating locations in their routes. The routes are considered finished at the final dropoff. </li>
                        </ul>

                        The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>.
                      </li>

                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NUM_CYCLES"><code>NUM\_CYCLES</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CLUSTERS"><code>MATCH\_CLUSTERS</code></a> solver only. Terminates the cluster exchange iterations across 2-step-cycles (outer loop) when quality does not improve during iterations. The default value is '10'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NUM_LOOPS_PER_CYCLE"><code>NUM\_LOOPS\_PER\_CYCLE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CLUSTERS"><code>MATCH\_CLUSTERS</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solvers only. Terminates the cluster exchanges within the first step iterations of a cycle (inner loop) unless convergence is reached. The default value is '10'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NUM_OUTPUT_CLUSTERS"><code>NUM\_OUTPUT\_CLUSTERS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CLUSTERS"><code>MATCH\_CLUSTERS</code></a> solver only. Limits the output to the top 'num\_output\_clusters' clusters based on density. Default value of zero outputs all clusters. The default value is '0'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_NUM_CLUSTERS"><code>MAX\_NUM\_CLUSTERS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CLUSTERS"><code>MATCH\_CLUSTERS</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solvers only. If set (value greater than zero), it terminates when the number of clusters goes below than this number. For embedding solver the default is 8. The default value is '0'. </li>

                      <li>
                        <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#CLUSTER_QUALITY_METRIC"><code>CLUSTER\_QUALITY\_METRIC</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CLUSTERS"><code>MATCH\_CLUSTERS</code></a> solver only. The quality metric for Louvain modularity optimization solver. Supported values:

                        <ul>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#GIRVAN"><code>GIRVAN</code></a>: Uses the Newman Girvan quality metric for cluster solver. </li>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SPECTRAL"><code>SPECTRAL</code></a>: Applies recursive spectral bisection (RSB) partitioning solver. </li>
                        </ul>

                        The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#GIRVAN"><code>GIRVAN</code></a>.
                      </li>

                      <li>
                        <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#RESTRICTED_TYPE"><code>RESTRICTED\_TYPE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. Optimization is performed by restricting routes labeled by 'MSDO\_ODDEVEN\_RESTRICTED' only for this supply actor (truck) type. Supported values:

                        <ul>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#ODD"><code>ODD</code></a>: Applies odd/even rule restrictions to odd tagged vehicles. </li>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#EVEN"><code>EVEN</code></a>: Applies odd/even rule restrictions to even tagged vehicles. </li>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NONE"><code>NONE</code></a>: Does not apply odd/even rule restrictions to any vehicles. </li>
                        </ul>

                        The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NONE"><code>NONE</code></a>.
                      </li>

                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SERVER_ID"><code>SERVER\_ID</code></a>: Indicates which graph server(s) to send the request to. Default is to send to the server, amongst those containing the corresponding graph, that has the most computational bandwidth. The default value is ''. </li>

                      <li>
                        <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#INVERSE_SOLVE"><code>INVERSE\_SOLVE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_BATCH_SOLVES"><code>MATCH\_BATCH\_SOLVES</code></a> solver only. Solves source-destination pairs using inverse shortest path solver. Supported values:

                        <ul>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>: Solves using inverse shortest path solver. </li>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>: Solves using direct shortest path solver. </li>
                        </ul>

                        The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>.
                      </li>

                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MIN_LOOP_LEVEL"><code>MIN\_LOOP\_LEVEL</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_LOOPS"><code>MATCH\_LOOPS</code></a> solver only. Finds closed loops around each node deducible not less than this minimal hop (level) deep. The default value is '0'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_LOOP_LEVEL"><code>MAX\_LOOP\_LEVEL</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_LOOPS"><code>MATCH\_LOOPS</code></a> solver only. Finds closed loops around each node deducible not more than this maximal hop (level) deep. The default value is '5'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SEARCH_LIMIT"><code>SEARCH\_LIMIT</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_LOOPS"><code>MATCH\_LOOPS</code></a> solver only. Searches within this limit of nodes per vertex to detect loops. The value zero means there is no limit. The default value is '10000'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#OUTPUT_BATCH_SIZE"><code>OUTPUT\_BATCH\_SIZE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_LOOPS"><code>MATCH\_LOOPS</code></a> solver only. Uses this value as the batch size of the number of loops in flushing(inserting) to the output table. The default value is '1000'. </li>

                      <li>
                        <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MULTI_STEP"><code>MULTI\_STEP</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. Runs multiple supply demand solver repeatedly in a multi step cycle by switching supplies to demands until it reaches the main hub supply. Supported values:

                        <ul>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a> </li>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a> </li>
                        </ul>

                        The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>.
                      </li>

                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#CHARGING_CAPACITY"><code>CHARGING\_CAPACITY</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CHARGING_STATIONS"><code>MATCH\_CHARGING\_STATIONS</code></a> solver only. This is the maximum ev-charging capacity of a vehicle (distance in meters or time in seconds depending on the unit of the graph weights). The default value is '300000.0'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#CHARGING_CANDIDATES"><code>CHARGING\_CANDIDATES</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CHARGING_STATIONS"><code>MATCH\_CHARGING\_STATIONS</code></a> solver only. Solver searches for this many number of stations closest around each base charging location found by capacity. The default value is '10'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#CHARGING_PENALTY"><code>CHARGING\_PENALTY</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CHARGING_STATIONS"><code>MATCH\_CHARGING\_STATIONS</code></a> solver only. This is the penalty for full charging. The default value is '30000.0'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#DETOUR_MARK_COST"><code>DETOUR\_MARK\_COST</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_ROUTE_DETOUR"><code>MATCH\_ROUTE\_DETOUR</code></a> solver only. Cost along the route at which to search for nearby stations If zero, it solves along the trip sliding the 3 SSSP cycle kernel by radius amount. The default value is '3600.0'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#DETOUR_REENTRY_FACTOR"><code>DETOUR\_REENTRY\_FACTOR</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_ROUTE_DETOUR"><code>MATCH\_ROUTE\_DETOUR</code></a> solver only. Multiplier on detour\_mark\_cost to determine the reentry point on the route (default 1.2 means 20% further along). The default value is '1.2'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#DETOUR_SEARCH_RADIUS"><code>DETOUR\_SEARCH\_RADIUS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_ROUTE_DETOUR"><code>MATCH\_ROUTE\_DETOUR</code></a> solver only. Search radius around the mark point for finding nearby prospective stations (e.g. cafes, pit stops, EV charging stations). The default value is '600.0'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#DETOUR_SEARCH_LIMIT"><code>DETOUR\_SEARCH\_LIMIT</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_ROUTE_DETOUR"><code>MATCH\_ROUTE\_DETOUR</code></a> solver only. Maximum number of nearby stations to consider within the search radius around the mark point. The default value is '10'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_HOPS"><code>MAX\_HOPS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SIMILARITY"><code>MATCH\_SIMILARITY</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solvers only. Searches within this maximum hops for source and target node pairs to compute the Jaccard scores. The default value is '3'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRAVERSAL_NODE_LIMIT"><code>TRAVERSAL\_NODE\_LIMIT</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SIMILARITY"><code>MATCH\_SIMILARITY</code></a> solver only. Limits the traversal depth if it reaches this many number of nodes. The default value is '1000'. </li>

                      <li>
                        <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#PAIRED_SIMILARITY"><code>PAIRED\_SIMILARITY</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SIMILARITY"><code>MATCH\_SIMILARITY</code></a> solver only. If true, it computes Jaccard score between each pair, otherwise it will compute Jaccard from the intersection set between the source and target nodes. Supported values:

                        <ul>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a> </li>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a> </li>
                        </ul>

                        The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>.
                      </li>

                      <li>
                        <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FORCE_UNDIRECTED"><code>FORCE\_UNDIRECTED</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_PATTERN"><code>MATCH\_PATTERN</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solvers only. Pattern matching will be using both pattern and graph as undirected if set to true. Supported values:

                        <ul>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a> </li>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a> </li>
                        </ul>

                        The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>.
                      </li>

                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_VECTOR_DIMENSION"><code>MAX\_VECTOR\_DIMENSION</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solver only. Limits the number of dimensions in node vector embeddings. The default value is '1000'. </li>

                      <li>
                        <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#OPTIMIZE_EMBEDDING_WEIGHTS"><code>OPTIMIZE\_EMBEDDING\_WEIGHTS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solvers only. Solves to find the optimal weights per sub feature in vector embeddings. Supported values:

                        <ul>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a> </li>
                          <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a> </li>
                        </ul>

                        The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>.
                      </li>

                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#EMBEDDING_WEIGHTS"><code>EMBEDDING\_WEIGHTS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solver only. User specified weights per sub feature in vector embeddings. The string contains the comma separated float values for each sub-feature in the vector space. These values will ONLY be used if 'optimize\_embedding\_weights' is false. The default value is '1.0,1.0,1.0,1.0'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#OPTIMIZATION_SAMPLING_SIZE"><code>OPTIMIZATION\_SAMPLING\_SIZE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solver only. Sets the number of random nodes from the graph for solving the weights using stochastic gradient descent. The default value is '1000'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#OPTIMIZATION_MAX_ITERATIONS"><code>OPTIMIZATION\_MAX\_ITERATIONS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solver only. When the iterations (epochs) for the convergence of the stochastic gradient descent algorithm reaches this number it bails out unless relative error between consecutive iterations is below the 'optimization\_error\_tolerance' option. The default value is '1000'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#OPTIMIZATION_ERROR_TOLERANCE"><code>OPTIMIZATION\_ERROR\_TOLERANCE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solver only. When the relative error between all of the weights' consecutive iterations falls below this threshold the optimization cycle is interrupted unless the number of iterations reaches the limit set by the option 'max\_optimization\_iterations'. The default value is '0.001'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#OPTIMIZATION_ITERATION_RATE"><code>OPTIMIZATION\_ITERATION\_RATE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solver only. It is otherwise known as the learning rate, which is the proportionality constant in front of the gradient term in successive iterations. The default value is '0.3'. </li>
                      <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_RADIUS"><code>MAX\_RADIUS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_ISOCHRONE"><code>MATCH\_ISOCHRONE</code></a> solver only. Sets the maximal reachability limit for computing isochrones. Zero means no limit. The default value is '0.0'. </li>
                    </ul>

                    The default value is an empty <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link"><code>Map</code></a>.
                  </div>
                </div>
              </div>
            </li>
          </ul>
        </div>
      </li>

      <li>
        <div className="section method-details" id="method-detail">
          <h2>Method Details</h2>

          <ul className="member-list">
            <li>
              <div className="section detail" id="getClassSchema()">
                <h3>getClassSchema</h3>
                <div className="member-signature"><span className="modifiers">public static</span> <span className="return-type">org.apache.avro.Schema</span> <span className="element-name">getClassSchema</span>()</div>
                <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The schema for the class.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getGraphName()">
                <h3>getGraphName</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a></span> <span className="element-name">getGraphName</span>()</div>
                <div className="block">Name of the underlying geospatial graph resource to match to using <a href="#getSamplePoints()"><code>samplePoints</code></a>.</div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>graphName</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setGraphName(java.lang.String)">
                <h3>setGraphName</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest" title="class in com.gpudb.protocol">MatchGraphRequest</a></span> <span className="element-name">setGraphName</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> graphName)</span></div>
                <div className="block">Name of the underlying geospatial graph resource to match to using <a href="#getSamplePoints()"><code>samplePoints</code></a>.</div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>graphName</code> - The new value for <code>graphName</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getSamplePoints()">
                <h3>getSamplePoints</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>></span> <span className="element-name">getSamplePoints</span>()</div>
                <div className="block">Sample points used to match to an underlying geospatial graph. Sample points must be specified using <a href="/content/graph_solver/network_graph_solver/#match-identifiers" target="_top">identifiers</a>; identifiers are grouped as <a href="/content/graph_solver/network_graph_solver/#match-combinations" target="_top">combinations</a>. Identifiers can be used with: existing column names, e.g., 'table.column AS SAMPLE\_X'; expressions, e.g., 'ST\_MAKEPOINT(table.x, table.y) AS SAMPLE\_WKTPOINT'; or constant values, e.g., '{"{"}1, 2, 10{"}"} AS SAMPLE\_TRIPID'.</div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>samplePoints</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setSamplePoints(java.util.List)">
                <h3>setSamplePoints</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest" title="class in com.gpudb.protocol">MatchGraphRequest</a></span> <span className="element-name">setSamplePoints</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" className="external-link">List</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> samplePoints)</span></div>
                <div className="block">Sample points used to match to an underlying geospatial graph. Sample points must be specified using <a href="/content/graph_solver/network_graph_solver/#match-identifiers" target="_top">identifiers</a>; identifiers are grouped as <a href="/content/graph_solver/network_graph_solver/#match-combinations" target="_top">combinations</a>. Identifiers can be used with: existing column names, e.g., 'table.column AS SAMPLE\_X'; expressions, e.g., 'ST\_MAKEPOINT(table.x, table.y) AS SAMPLE\_WKTPOINT'; or constant values, e.g., '{"{"}1, 2, 10{"}"} AS SAMPLE\_TRIPID'.</div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>samplePoints</code> - The new value for <code>samplePoints</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getSolveMethod()">
                <h3>getSolveMethod</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a></span> <span className="element-name">getSolveMethod</span>()</div>

                <div className="block">
                  The type of solver to use for graph matching. Supported values:

                  <ul>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MARKOV_CHAIN"><code>MARKOV\_CHAIN</code></a>: Matches <a href="#getSamplePoints()"><code>samplePoints</code></a> to the graph using the Hidden Markov Model (HMM)-based method, which conducts a range-tree closest-edge search to find the best combinations of possible road segments (<a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NUM_SEGMENTS"><code>NUM\_SEGMENTS</code></a>) for each sample point to create the best route. The route is secured one point at a time while looking ahead <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#CHAIN_WIDTH"><code>CHAIN\_WIDTH</code></a> number of points, so the prediction is corrected after each point. This solution type is the most accurate but also the most computationally intensive. Related options: <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NUM_SEGMENTS"><code>NUM\_SEGMENTS</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#CHAIN_WIDTH"><code>CHAIN\_WIDTH</code></a>. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_OD_PAIRS"><code>MATCH\_OD\_PAIRS</code></a>: Matches <a href="#getSamplePoints()"><code>samplePoints</code></a> to find the most probable path between origin and destination pairs with cost constraints. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a>: Matches <a href="#getSamplePoints()"><code>samplePoints</code></a> to optimize scheduling multiple supplies (trucks) with varying sizes to varying demand sites with varying capacities per depot. Related options: <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#PARTIAL_LOADING"><code>PARTIAL\_LOADING</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_COMBINATIONS"><code>MAX\_COMBINATIONS</code></a>. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_BATCH_SOLVES"><code>MATCH\_BATCH\_SOLVES</code></a>: Matches <a href="#getSamplePoints()"><code>samplePoints</code></a> source and destination pairs for the shortest path solves in batch mode. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_LOOPS"><code>MATCH\_LOOPS</code></a>: Matches closed loops (Eulerian paths) originating and ending at each graph node within min and max hops (levels). </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CHARGING_STATIONS"><code>MATCH\_CHARGING\_STATIONS</code></a>: Matches an optimal path across a number of ev-charging stations between source and target locations. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SIMILARITY"><code>MATCH\_SIMILARITY</code></a>: Matches the intersection set(s) by computing the Jaccard similarity score between node pairs. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_PICKUP_DROPOFF"><code>MATCH\_PICKUP\_DROPOFF</code></a>: Matches the pickups and dropoffs by optimizing the total trip costs. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CLUSTERS"><code>MATCH\_CLUSTERS</code></a>: Matches the graph nodes with a cluster index using Louvain clustering algorithm. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_PATTERN"><code>MATCH\_PATTERN</code></a>: Matches a pattern in the graph. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a>: Creates vector node embeddings. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_ISOCHRONE"><code>MATCH\_ISOCHRONE</code></a>: Solves for isochrones for a set of input sources. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_ROUTE_DETOUR"><code>MATCH\_ROUTE\_DETOUR</code></a>: Computes detour costs for nearby stations at a mark point along each source-target route. </li>
                  </ul>

                  The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MARKOV_CHAIN"><code>MARKOV\_CHAIN</code></a>.
                </div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>solveMethod</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setSolveMethod(java.lang.String)">
                <h3>setSolveMethod</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest" title="class in com.gpudb.protocol">MatchGraphRequest</a></span> <span className="element-name">setSolveMethod</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> solveMethod)</span></div>

                <div className="block">
                  The type of solver to use for graph matching. Supported values:

                  <ul>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MARKOV_CHAIN"><code>MARKOV\_CHAIN</code></a>: Matches <a href="#getSamplePoints()"><code>samplePoints</code></a> to the graph using the Hidden Markov Model (HMM)-based method, which conducts a range-tree closest-edge search to find the best combinations of possible road segments (<a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NUM_SEGMENTS"><code>NUM\_SEGMENTS</code></a>) for each sample point to create the best route. The route is secured one point at a time while looking ahead <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#CHAIN_WIDTH"><code>CHAIN\_WIDTH</code></a> number of points, so the prediction is corrected after each point. This solution type is the most accurate but also the most computationally intensive. Related options: <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NUM_SEGMENTS"><code>NUM\_SEGMENTS</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#CHAIN_WIDTH"><code>CHAIN\_WIDTH</code></a>. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_OD_PAIRS"><code>MATCH\_OD\_PAIRS</code></a>: Matches <a href="#getSamplePoints()"><code>samplePoints</code></a> to find the most probable path between origin and destination pairs with cost constraints. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a>: Matches <a href="#getSamplePoints()"><code>samplePoints</code></a> to optimize scheduling multiple supplies (trucks) with varying sizes to varying demand sites with varying capacities per depot. Related options: <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#PARTIAL_LOADING"><code>PARTIAL\_LOADING</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_COMBINATIONS"><code>MAX\_COMBINATIONS</code></a>. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_BATCH_SOLVES"><code>MATCH\_BATCH\_SOLVES</code></a>: Matches <a href="#getSamplePoints()"><code>samplePoints</code></a> source and destination pairs for the shortest path solves in batch mode. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_LOOPS"><code>MATCH\_LOOPS</code></a>: Matches closed loops (Eulerian paths) originating and ending at each graph node within min and max hops (levels). </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CHARGING_STATIONS"><code>MATCH\_CHARGING\_STATIONS</code></a>: Matches an optimal path across a number of ev-charging stations between source and target locations. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SIMILARITY"><code>MATCH\_SIMILARITY</code></a>: Matches the intersection set(s) by computing the Jaccard similarity score between node pairs. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_PICKUP_DROPOFF"><code>MATCH\_PICKUP\_DROPOFF</code></a>: Matches the pickups and dropoffs by optimizing the total trip costs. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CLUSTERS"><code>MATCH\_CLUSTERS</code></a>: Matches the graph nodes with a cluster index using Louvain clustering algorithm. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_PATTERN"><code>MATCH\_PATTERN</code></a>: Matches a pattern in the graph. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a>: Creates vector node embeddings. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_ISOCHRONE"><code>MATCH\_ISOCHRONE</code></a>: Solves for isochrones for a set of input sources. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_ROUTE_DETOUR"><code>MATCH\_ROUTE\_DETOUR</code></a>: Computes detour costs for nearby stations at a mark point along each source-target route. </li>
                  </ul>

                  The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MARKOV_CHAIN"><code>MARKOV\_CHAIN</code></a>.
                </div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>solveMethod</code> - The new value for <code>solveMethod</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getSolutionTable()">
                <h3>getSolutionTable</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a></span> <span className="element-name">getSolutionTable</span>()</div>
                <div className="block">The name of the table used to store the results, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a> and meeting <a href="/content/concepts/tables/#table-naming-criteria" target="_top">table naming criteria</a>. This table contains a <a href="/content/location_intelligence/geo_objects/#geospatial-tracks" target="_top">track</a> of geospatial points for the matched portion of the graph, a track ID, and a score value. Also outputs a details table containing a trip ID (that matches the track ID), the latitude/longitude pair, the timestamp the point was recorded at, and an edge ID corresponding to the matched road segment. Must not be an existing table of the same name. The default value is ''.</div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>solutionTable</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setSolutionTable(java.lang.String)">
                <h3>setSolutionTable</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest" title="class in com.gpudb.protocol">MatchGraphRequest</a></span> <span className="element-name">setSolutionTable</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a> solutionTable)</span></div>
                <div className="block">The name of the table used to store the results, in \[schema\_name.]table\_name format, using standard <a href="/content/concepts/tables/#table-name-resolution" target="_top">name resolution rules</a> and meeting <a href="/content/concepts/tables/#table-naming-criteria" target="_top">table naming criteria</a>. This table contains a <a href="/content/location_intelligence/geo_objects/#geospatial-tracks" target="_top">track</a> of geospatial points for the matched portion of the graph, a track ID, and a score value. Also outputs a details table containing a trip ID (that matches the track ID), the latitude/longitude pair, the timestamp the point was recorded at, and an edge ID corresponding to the matched road segment. Must not be an existing table of the same name. The default value is ''.</div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>solutionTable</code> - The new value for <code>solutionTable</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getOptions()">
                <h3>getOptions</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>></span> <span className="element-name">getOptions</span>()</div>

                <div className="block">
                  Additional parameters.

                  <ul>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#GPS_NOISE"><code>GPS\_NOISE</code></a>: GPS noise value (in meters) to remove redundant sample points. Use -1 to disable noise reduction. The default value accounts for 95% of point variation (+ or -5 meters). The default value is '5.0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NUM_SEGMENTS"><code>NUM\_SEGMENTS</code></a>: Maximum number of potentially matching road segments for each sample point. For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MARKOV_CHAIN"><code>MARKOV\_CHAIN</code></a> solver, the default is 3. The default value is '3'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SEARCH_RADIUS"><code>SEARCH\_RADIUS</code></a>: Maximum search radius used when snapping sample points onto potentially matching surrounding segments. The default value corresponds to approximately 100 meters. The default value is '0.001'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#CHAIN_WIDTH"><code>CHAIN\_WIDTH</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MARKOV_CHAIN"><code>MARKOV\_CHAIN</code></a> solver only. Length of the sample points lookahead window within the Markov kernel; the larger the number, the more accurate the solution. The default value is '9'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SOURCE"><code>SOURCE</code></a>: WKT starting point from <a href="#getSamplePoints()"><code>samplePoints</code></a> for the solver. The default behavior for the endpoint is to use time to determine the starting point. The default value is 'POINT NULL'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#DESTINATION"><code>DESTINATION</code></a>: WKT ending point from <a href="#getSamplePoints()"><code>samplePoints</code></a> for the solver. The default behavior for the endpoint is to use time to determine the destination point. The default value is 'POINT NULL'. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#PARTIAL_LOADING"><code>PARTIAL\_LOADING</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. When false (non-default), trucks do not off-load at the demand (store) side if the remainder is less than the store's need. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>: Partial off-loading at multiple store (demand) locations. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>: No partial off-loading allowed if supply is less than the store's demand. </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>.
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_COMBINATIONS"><code>MAX\_COMBINATIONS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. This is the cutoff for the number of generated combinations for sequencing the demand locations - can increase this up to 2M. The default value is '10000'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_SUPPLY_COMBINATIONS"><code>MAX\_SUPPLY\_COMBINATIONS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. This is the cutoff for the number of generated combinations for sequencing the supply locations if/when 'permute\_supplies' is true. The default value is '10000'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#LEFT_TURN_PENALTY"><code>LEFT\_TURN\_PENALTY</code></a>: This will add an additional weight over the edges labeled as 'left turn' if the 'add\_turn' option parameter of the <a href="/content/api/java/com/gpudb/GPUdb#createGraph(com.gpudb.protocol.CreateGraphRequest)"><code>GPUdb.createGraph</code></a> was invoked at graph creation. The default value is '0.0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#RIGHT_TURN_PENALTY"><code>RIGHT\_TURN\_PENALTY</code></a>: This will add an additional weight over the edges labeled as' right turn' if the 'add\_turn' option parameter of the <a href="/content/api/java/com/gpudb/GPUdb#createGraph(com.gpudb.protocol.CreateGraphRequest)"><code>GPUdb.createGraph</code></a> was invoked at graph creation. The default value is '0.0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#INTERSECTION_PENALTY"><code>INTERSECTION\_PENALTY</code></a>: This will add an additional weight over the edges labeled as 'intersection' if the 'add\_turn' option parameter of the <a href="/content/api/java/com/gpudb/GPUdb#createGraph(com.gpudb.protocol.CreateGraphRequest)"><code>GPUdb.createGraph</code></a> was invoked at graph creation. The default value is '0.0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SHARP_TURN_PENALTY"><code>SHARP\_TURN\_PENALTY</code></a>: This will add an additional weight over the edges labeled as 'sharp turn' or 'u-turn' if the 'add\_turn' option parameter of the <a href="/content/api/java/com/gpudb/GPUdb#createGraph(com.gpudb.protocol.CreateGraphRequest)"><code>GPUdb.createGraph</code></a> was invoked at graph creation. The default value is '0.0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#AGGREGATED_OUTPUT"><code>AGGREGATED\_OUTPUT</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. When it is true (default), each record in the output table shows a particular truck's scheduled cumulative round trip path (MULTILINESTRING) and the corresponding aggregated cost. Otherwise, each record shows a single scheduled truck route (LINESTRING) towards a particular demand location (store id) with its corresponding cost. The default value is 'true'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#OUTPUT_TRACKS"><code>OUTPUT\_TRACKS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. When it is true (non-default), the output will be in tracks format for all the round trips of each truck in which the timestamps are populated directly from the edge weights starting from their originating depots. The default value is 'false'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_TRIP_COST"><code>MAX\_TRIP\_COST</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_PICKUP_DROPOFF"><code>MATCH\_PICKUP\_DROPOFF</code></a> solvers only. If this constraint is greater than zero (default) then the trucks/rides will skip traveling from one demand/pick location to another if the cost between them is greater than this number (distance or time). Zero (default) value means no check is performed. The default value is '0.0'. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FILTER_FOLDING_PATHS"><code>FILTER\_FOLDING\_PATHS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MARKOV_CHAIN"><code>MARKOV\_CHAIN</code></a> solver only. When true (non-default), the paths per sequence combination is checked for folding over patterns and can significantly increase the execution time depending on the chain width and the number of GPS samples. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>: Filter out the folded paths. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>: Do not filter out the folded paths. </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>.
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#UNIT_UNLOADING_COST"><code>UNIT\_UNLOADING\_COST</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. The unit cost per load amount to be delivered. If this value is greater than zero (default) then the additional cost of this unit load multiplied by the total dropped load will be added over to the trip cost to the demand location. The default value is '0.0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_NUM_THREADS"><code>MAX\_NUM\_THREADS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MARKOV_CHAIN"><code>MARKOV\_CHAIN</code></a> solver only. If specified (greater than zero), the maximum number of threads will not be greater than the specified value. It can be lower due to the memory and the number cores available. Default value of zero allows the algorithm to set the maximal number of threads within these constraints. The default value is '0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SERVICE_LIMIT"><code>SERVICE\_LIMIT</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. If specified (greater than zero), any supply actor's total service cost (distance or time) will be limited by the specified value including multiple rounds (if set). The default value is '0.0'. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#ENABLE_REUSE"><code>ENABLE\_REUSE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. If specified (true), all supply actors can be scheduled for second rounds from their originating depots. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>: Allows reusing supply actors (trucks, e.g.) for scheduling again. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>: Supply actors are scheduled only once from their depots. </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>.
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_STOPS"><code>MAX\_STOPS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. If specified (greater than zero), a supply actor (truck) can at most have this many stops (demand locations) in one round trip. Otherwise, it is unlimited. If 'enable\_truck\_reuse' is on, this condition will be applied separately at each round trip use of the same truck. The default value is '0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SERVICE_RADIUS"><code>SERVICE\_RADIUS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_PICKUP_DROPOFF"><code>MATCH\_PICKUP\_DROPOFF</code></a> solvers only. If specified (greater than zero), it filters the demands/picks outside this radius centered around the supply actor/ride's originating location (distance or time). The default value is '0.0'. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#PERMUTE_SUPPLIES"><code>PERMUTE\_SUPPLIES</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. If specified (true), supply side actors are permuted for the demand combinations during MSDO optimization - note that this option increases optimization time significantly - use of 'max\_combinations' option is recommended to prevent prohibitively long runs. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>: Generates sequences over supply side permutations if total supply is less than twice the total demand. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>: Permutations are not performed, rather a specific order of supplies based on capacity is computed. </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>.
                    </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#BATCH_TSM_MODE"><code>BATCH\_TSM\_MODE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. When enabled, it sets the number of visits on each demand location by a single salesman at each trip is considered to be (one) 1, otherwise there is no bound. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>: Sets only one visit per demand location by a salesman (TSM mode). </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>: No preset limit (usual MSDO mode). </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>.
                    </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#ROUND_TRIP"><code>ROUND\_TRIP</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. When enabled, the supply will have to return back to the origination location. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>: The optimization is done for trips in round trip manner always returning to originating locations. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>: Supplies do not have to come back to their originating locations in their routes. The routes are considered finished at the final dropoff. </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>.
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NUM_CYCLES"><code>NUM\_CYCLES</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CLUSTERS"><code>MATCH\_CLUSTERS</code></a> solver only. Terminates the cluster exchange iterations across 2-step-cycles (outer loop) when quality does not improve during iterations. The default value is '10'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NUM_LOOPS_PER_CYCLE"><code>NUM\_LOOPS\_PER\_CYCLE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CLUSTERS"><code>MATCH\_CLUSTERS</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solvers only. Terminates the cluster exchanges within the first step iterations of a cycle (inner loop) unless convergence is reached. The default value is '10'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NUM_OUTPUT_CLUSTERS"><code>NUM\_OUTPUT\_CLUSTERS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CLUSTERS"><code>MATCH\_CLUSTERS</code></a> solver only. Limits the output to the top 'num\_output\_clusters' clusters based on density. Default value of zero outputs all clusters. The default value is '0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_NUM_CLUSTERS"><code>MAX\_NUM\_CLUSTERS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CLUSTERS"><code>MATCH\_CLUSTERS</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solvers only. If set (value greater than zero), it terminates when the number of clusters goes below than this number. For embedding solver the default is 8. The default value is '0'. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#CLUSTER_QUALITY_METRIC"><code>CLUSTER\_QUALITY\_METRIC</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CLUSTERS"><code>MATCH\_CLUSTERS</code></a> solver only. The quality metric for Louvain modularity optimization solver. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#GIRVAN"><code>GIRVAN</code></a>: Uses the Newman Girvan quality metric for cluster solver. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SPECTRAL"><code>SPECTRAL</code></a>: Applies recursive spectral bisection (RSB) partitioning solver. </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#GIRVAN"><code>GIRVAN</code></a>.
                    </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#RESTRICTED_TYPE"><code>RESTRICTED\_TYPE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. Optimization is performed by restricting routes labeled by 'MSDO\_ODDEVEN\_RESTRICTED' only for this supply actor (truck) type. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#ODD"><code>ODD</code></a>: Applies odd/even rule restrictions to odd tagged vehicles. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#EVEN"><code>EVEN</code></a>: Applies odd/even rule restrictions to even tagged vehicles. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NONE"><code>NONE</code></a>: Does not apply odd/even rule restrictions to any vehicles. </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NONE"><code>NONE</code></a>.
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SERVER_ID"><code>SERVER\_ID</code></a>: Indicates which graph server(s) to send the request to. Default is to send to the server, amongst those containing the corresponding graph, that has the most computational bandwidth. The default value is ''. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#INVERSE_SOLVE"><code>INVERSE\_SOLVE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_BATCH_SOLVES"><code>MATCH\_BATCH\_SOLVES</code></a> solver only. Solves source-destination pairs using inverse shortest path solver. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>: Solves using inverse shortest path solver. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>: Solves using direct shortest path solver. </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>.
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MIN_LOOP_LEVEL"><code>MIN\_LOOP\_LEVEL</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_LOOPS"><code>MATCH\_LOOPS</code></a> solver only. Finds closed loops around each node deducible not less than this minimal hop (level) deep. The default value is '0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_LOOP_LEVEL"><code>MAX\_LOOP\_LEVEL</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_LOOPS"><code>MATCH\_LOOPS</code></a> solver only. Finds closed loops around each node deducible not more than this maximal hop (level) deep. The default value is '5'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SEARCH_LIMIT"><code>SEARCH\_LIMIT</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_LOOPS"><code>MATCH\_LOOPS</code></a> solver only. Searches within this limit of nodes per vertex to detect loops. The value zero means there is no limit. The default value is '10000'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#OUTPUT_BATCH_SIZE"><code>OUTPUT\_BATCH\_SIZE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_LOOPS"><code>MATCH\_LOOPS</code></a> solver only. Uses this value as the batch size of the number of loops in flushing(inserting) to the output table. The default value is '1000'. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MULTI_STEP"><code>MULTI\_STEP</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. Runs multiple supply demand solver repeatedly in a multi step cycle by switching supplies to demands until it reaches the main hub supply. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a> </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a> </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>.
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#CHARGING_CAPACITY"><code>CHARGING\_CAPACITY</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CHARGING_STATIONS"><code>MATCH\_CHARGING\_STATIONS</code></a> solver only. This is the maximum ev-charging capacity of a vehicle (distance in meters or time in seconds depending on the unit of the graph weights). The default value is '300000.0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#CHARGING_CANDIDATES"><code>CHARGING\_CANDIDATES</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CHARGING_STATIONS"><code>MATCH\_CHARGING\_STATIONS</code></a> solver only. Solver searches for this many number of stations closest around each base charging location found by capacity. The default value is '10'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#CHARGING_PENALTY"><code>CHARGING\_PENALTY</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CHARGING_STATIONS"><code>MATCH\_CHARGING\_STATIONS</code></a> solver only. This is the penalty for full charging. The default value is '30000.0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#DETOUR_MARK_COST"><code>DETOUR\_MARK\_COST</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_ROUTE_DETOUR"><code>MATCH\_ROUTE\_DETOUR</code></a> solver only. Cost along the route at which to search for nearby stations If zero, it solves along the trip sliding the 3 SSSP cycle kernel by radius amount. The default value is '3600.0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#DETOUR_REENTRY_FACTOR"><code>DETOUR\_REENTRY\_FACTOR</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_ROUTE_DETOUR"><code>MATCH\_ROUTE\_DETOUR</code></a> solver only. Multiplier on detour\_mark\_cost to determine the reentry point on the route (default 1.2 means 20% further along). The default value is '1.2'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#DETOUR_SEARCH_RADIUS"><code>DETOUR\_SEARCH\_RADIUS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_ROUTE_DETOUR"><code>MATCH\_ROUTE\_DETOUR</code></a> solver only. Search radius around the mark point for finding nearby prospective stations (e.g. cafes, pit stops, EV charging stations). The default value is '600.0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#DETOUR_SEARCH_LIMIT"><code>DETOUR\_SEARCH\_LIMIT</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_ROUTE_DETOUR"><code>MATCH\_ROUTE\_DETOUR</code></a> solver only. Maximum number of nearby stations to consider within the search radius around the mark point. The default value is '10'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_HOPS"><code>MAX\_HOPS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SIMILARITY"><code>MATCH\_SIMILARITY</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solvers only. Searches within this maximum hops for source and target node pairs to compute the Jaccard scores. The default value is '3'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRAVERSAL_NODE_LIMIT"><code>TRAVERSAL\_NODE\_LIMIT</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SIMILARITY"><code>MATCH\_SIMILARITY</code></a> solver only. Limits the traversal depth if it reaches this many number of nodes. The default value is '1000'. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#PAIRED_SIMILARITY"><code>PAIRED\_SIMILARITY</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SIMILARITY"><code>MATCH\_SIMILARITY</code></a> solver only. If true, it computes Jaccard score between each pair, otherwise it will compute Jaccard from the intersection set between the source and target nodes. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a> </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a> </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>.
                    </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FORCE_UNDIRECTED"><code>FORCE\_UNDIRECTED</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_PATTERN"><code>MATCH\_PATTERN</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solvers only. Pattern matching will be using both pattern and graph as undirected if set to true. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a> </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a> </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>.
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_VECTOR_DIMENSION"><code>MAX\_VECTOR\_DIMENSION</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solver only. Limits the number of dimensions in node vector embeddings. The default value is '1000'. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#OPTIMIZE_EMBEDDING_WEIGHTS"><code>OPTIMIZE\_EMBEDDING\_WEIGHTS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solvers only. Solves to find the optimal weights per sub feature in vector embeddings. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a> </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a> </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>.
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#EMBEDDING_WEIGHTS"><code>EMBEDDING\_WEIGHTS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solver only. User specified weights per sub feature in vector embeddings. The string contains the comma separated float values for each sub-feature in the vector space. These values will ONLY be used if 'optimize\_embedding\_weights' is false. The default value is '1.0,1.0,1.0,1.0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#OPTIMIZATION_SAMPLING_SIZE"><code>OPTIMIZATION\_SAMPLING\_SIZE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solver only. Sets the number of random nodes from the graph for solving the weights using stochastic gradient descent. The default value is '1000'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#OPTIMIZATION_MAX_ITERATIONS"><code>OPTIMIZATION\_MAX\_ITERATIONS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solver only. When the iterations (epochs) for the convergence of the stochastic gradient descent algorithm reaches this number it bails out unless relative error between consecutive iterations is below the 'optimization\_error\_tolerance' option. The default value is '1000'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#OPTIMIZATION_ERROR_TOLERANCE"><code>OPTIMIZATION\_ERROR\_TOLERANCE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solver only. When the relative error between all of the weights' consecutive iterations falls below this threshold the optimization cycle is interrupted unless the number of iterations reaches the limit set by the option 'max\_optimization\_iterations'. The default value is '0.001'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#OPTIMIZATION_ITERATION_RATE"><code>OPTIMIZATION\_ITERATION\_RATE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solver only. It is otherwise known as the learning rate, which is the proportionality constant in front of the gradient term in successive iterations. The default value is '0.3'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_RADIUS"><code>MAX\_RADIUS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_ISOCHRONE"><code>MATCH\_ISOCHRONE</code></a> solver only. Sets the maximal reachability limit for computing isochrones. Zero means no limit. The default value is '0.0'. </li>
                  </ul>

                  The default value is an empty <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link"><code>Map</code></a>.
                </div>

                <div className="dl notes">
                  <div className="dt">Returns:</div>
                  <div className="dd">The current value of <code>options</code>.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="setOptions(java.util.Map)">
                <h3>setOptions</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest" title="class in com.gpudb.protocol">MatchGraphRequest</a></span> <span className="element-name">setOptions</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> options)</span></div>

                <div className="block">
                  Additional parameters.

                  <ul>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#GPS_NOISE"><code>GPS\_NOISE</code></a>: GPS noise value (in meters) to remove redundant sample points. Use -1 to disable noise reduction. The default value accounts for 95% of point variation (+ or -5 meters). The default value is '5.0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NUM_SEGMENTS"><code>NUM\_SEGMENTS</code></a>: Maximum number of potentially matching road segments for each sample point. For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MARKOV_CHAIN"><code>MARKOV\_CHAIN</code></a> solver, the default is 3. The default value is '3'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SEARCH_RADIUS"><code>SEARCH\_RADIUS</code></a>: Maximum search radius used when snapping sample points onto potentially matching surrounding segments. The default value corresponds to approximately 100 meters. The default value is '0.001'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#CHAIN_WIDTH"><code>CHAIN\_WIDTH</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MARKOV_CHAIN"><code>MARKOV\_CHAIN</code></a> solver only. Length of the sample points lookahead window within the Markov kernel; the larger the number, the more accurate the solution. The default value is '9'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SOURCE"><code>SOURCE</code></a>: WKT starting point from <a href="#getSamplePoints()"><code>samplePoints</code></a> for the solver. The default behavior for the endpoint is to use time to determine the starting point. The default value is 'POINT NULL'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#DESTINATION"><code>DESTINATION</code></a>: WKT ending point from <a href="#getSamplePoints()"><code>samplePoints</code></a> for the solver. The default behavior for the endpoint is to use time to determine the destination point. The default value is 'POINT NULL'. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#PARTIAL_LOADING"><code>PARTIAL\_LOADING</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. When false (non-default), trucks do not off-load at the demand (store) side if the remainder is less than the store's need. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>: Partial off-loading at multiple store (demand) locations. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>: No partial off-loading allowed if supply is less than the store's demand. </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>.
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_COMBINATIONS"><code>MAX\_COMBINATIONS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. This is the cutoff for the number of generated combinations for sequencing the demand locations - can increase this up to 2M. The default value is '10000'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_SUPPLY_COMBINATIONS"><code>MAX\_SUPPLY\_COMBINATIONS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. This is the cutoff for the number of generated combinations for sequencing the supply locations if/when 'permute\_supplies' is true. The default value is '10000'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#LEFT_TURN_PENALTY"><code>LEFT\_TURN\_PENALTY</code></a>: This will add an additional weight over the edges labeled as 'left turn' if the 'add\_turn' option parameter of the <a href="/content/api/java/com/gpudb/GPUdb#createGraph(com.gpudb.protocol.CreateGraphRequest)"><code>GPUdb.createGraph</code></a> was invoked at graph creation. The default value is '0.0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#RIGHT_TURN_PENALTY"><code>RIGHT\_TURN\_PENALTY</code></a>: This will add an additional weight over the edges labeled as' right turn' if the 'add\_turn' option parameter of the <a href="/content/api/java/com/gpudb/GPUdb#createGraph(com.gpudb.protocol.CreateGraphRequest)"><code>GPUdb.createGraph</code></a> was invoked at graph creation. The default value is '0.0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#INTERSECTION_PENALTY"><code>INTERSECTION\_PENALTY</code></a>: This will add an additional weight over the edges labeled as 'intersection' if the 'add\_turn' option parameter of the <a href="/content/api/java/com/gpudb/GPUdb#createGraph(com.gpudb.protocol.CreateGraphRequest)"><code>GPUdb.createGraph</code></a> was invoked at graph creation. The default value is '0.0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SHARP_TURN_PENALTY"><code>SHARP\_TURN\_PENALTY</code></a>: This will add an additional weight over the edges labeled as 'sharp turn' or 'u-turn' if the 'add\_turn' option parameter of the <a href="/content/api/java/com/gpudb/GPUdb#createGraph(com.gpudb.protocol.CreateGraphRequest)"><code>GPUdb.createGraph</code></a> was invoked at graph creation. The default value is '0.0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#AGGREGATED_OUTPUT"><code>AGGREGATED\_OUTPUT</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. When it is true (default), each record in the output table shows a particular truck's scheduled cumulative round trip path (MULTILINESTRING) and the corresponding aggregated cost. Otherwise, each record shows a single scheduled truck route (LINESTRING) towards a particular demand location (store id) with its corresponding cost. The default value is 'true'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#OUTPUT_TRACKS"><code>OUTPUT\_TRACKS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. When it is true (non-default), the output will be in tracks format for all the round trips of each truck in which the timestamps are populated directly from the edge weights starting from their originating depots. The default value is 'false'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_TRIP_COST"><code>MAX\_TRIP\_COST</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_PICKUP_DROPOFF"><code>MATCH\_PICKUP\_DROPOFF</code></a> solvers only. If this constraint is greater than zero (default) then the trucks/rides will skip traveling from one demand/pick location to another if the cost between them is greater than this number (distance or time). Zero (default) value means no check is performed. The default value is '0.0'. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FILTER_FOLDING_PATHS"><code>FILTER\_FOLDING\_PATHS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MARKOV_CHAIN"><code>MARKOV\_CHAIN</code></a> solver only. When true (non-default), the paths per sequence combination is checked for folding over patterns and can significantly increase the execution time depending on the chain width and the number of GPS samples. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>: Filter out the folded paths. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>: Do not filter out the folded paths. </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>.
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#UNIT_UNLOADING_COST"><code>UNIT\_UNLOADING\_COST</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. The unit cost per load amount to be delivered. If this value is greater than zero (default) then the additional cost of this unit load multiplied by the total dropped load will be added over to the trip cost to the demand location. The default value is '0.0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_NUM_THREADS"><code>MAX\_NUM\_THREADS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MARKOV_CHAIN"><code>MARKOV\_CHAIN</code></a> solver only. If specified (greater than zero), the maximum number of threads will not be greater than the specified value. It can be lower due to the memory and the number cores available. Default value of zero allows the algorithm to set the maximal number of threads within these constraints. The default value is '0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SERVICE_LIMIT"><code>SERVICE\_LIMIT</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. If specified (greater than zero), any supply actor's total service cost (distance or time) will be limited by the specified value including multiple rounds (if set). The default value is '0.0'. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#ENABLE_REUSE"><code>ENABLE\_REUSE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. If specified (true), all supply actors can be scheduled for second rounds from their originating depots. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>: Allows reusing supply actors (trucks, e.g.) for scheduling again. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>: Supply actors are scheduled only once from their depots. </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>.
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_STOPS"><code>MAX\_STOPS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. If specified (greater than zero), a supply actor (truck) can at most have this many stops (demand locations) in one round trip. Otherwise, it is unlimited. If 'enable\_truck\_reuse' is on, this condition will be applied separately at each round trip use of the same truck. The default value is '0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SERVICE_RADIUS"><code>SERVICE\_RADIUS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_PICKUP_DROPOFF"><code>MATCH\_PICKUP\_DROPOFF</code></a> solvers only. If specified (greater than zero), it filters the demands/picks outside this radius centered around the supply actor/ride's originating location (distance or time). The default value is '0.0'. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#PERMUTE_SUPPLIES"><code>PERMUTE\_SUPPLIES</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. If specified (true), supply side actors are permuted for the demand combinations during MSDO optimization - note that this option increases optimization time significantly - use of 'max\_combinations' option is recommended to prevent prohibitively long runs. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>: Generates sequences over supply side permutations if total supply is less than twice the total demand. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>: Permutations are not performed, rather a specific order of supplies based on capacity is computed. </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>.
                    </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#BATCH_TSM_MODE"><code>BATCH\_TSM\_MODE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. When enabled, it sets the number of visits on each demand location by a single salesman at each trip is considered to be (one) 1, otherwise there is no bound. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>: Sets only one visit per demand location by a salesman (TSM mode). </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>: No preset limit (usual MSDO mode). </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>.
                    </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#ROUND_TRIP"><code>ROUND\_TRIP</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. When enabled, the supply will have to return back to the origination location. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>: The optimization is done for trips in round trip manner always returning to originating locations. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>: Supplies do not have to come back to their originating locations in their routes. The routes are considered finished at the final dropoff. </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>.
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NUM_CYCLES"><code>NUM\_CYCLES</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CLUSTERS"><code>MATCH\_CLUSTERS</code></a> solver only. Terminates the cluster exchange iterations across 2-step-cycles (outer loop) when quality does not improve during iterations. The default value is '10'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NUM_LOOPS_PER_CYCLE"><code>NUM\_LOOPS\_PER\_CYCLE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CLUSTERS"><code>MATCH\_CLUSTERS</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solvers only. Terminates the cluster exchanges within the first step iterations of a cycle (inner loop) unless convergence is reached. The default value is '10'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NUM_OUTPUT_CLUSTERS"><code>NUM\_OUTPUT\_CLUSTERS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CLUSTERS"><code>MATCH\_CLUSTERS</code></a> solver only. Limits the output to the top 'num\_output\_clusters' clusters based on density. Default value of zero outputs all clusters. The default value is '0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_NUM_CLUSTERS"><code>MAX\_NUM\_CLUSTERS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CLUSTERS"><code>MATCH\_CLUSTERS</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solvers only. If set (value greater than zero), it terminates when the number of clusters goes below than this number. For embedding solver the default is 8. The default value is '0'. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#CLUSTER_QUALITY_METRIC"><code>CLUSTER\_QUALITY\_METRIC</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CLUSTERS"><code>MATCH\_CLUSTERS</code></a> solver only. The quality metric for Louvain modularity optimization solver. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#GIRVAN"><code>GIRVAN</code></a>: Uses the Newman Girvan quality metric for cluster solver. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SPECTRAL"><code>SPECTRAL</code></a>: Applies recursive spectral bisection (RSB) partitioning solver. </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#GIRVAN"><code>GIRVAN</code></a>.
                    </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#RESTRICTED_TYPE"><code>RESTRICTED\_TYPE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. Optimization is performed by restricting routes labeled by 'MSDO\_ODDEVEN\_RESTRICTED' only for this supply actor (truck) type. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#ODD"><code>ODD</code></a>: Applies odd/even rule restrictions to odd tagged vehicles. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#EVEN"><code>EVEN</code></a>: Applies odd/even rule restrictions to even tagged vehicles. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NONE"><code>NONE</code></a>: Does not apply odd/even rule restrictions to any vehicles. </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#NONE"><code>NONE</code></a>.
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SERVER_ID"><code>SERVER\_ID</code></a>: Indicates which graph server(s) to send the request to. Default is to send to the server, amongst those containing the corresponding graph, that has the most computational bandwidth. The default value is ''. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#INVERSE_SOLVE"><code>INVERSE\_SOLVE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_BATCH_SOLVES"><code>MATCH\_BATCH\_SOLVES</code></a> solver only. Solves source-destination pairs using inverse shortest path solver. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>: Solves using inverse shortest path solver. </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>: Solves using direct shortest path solver. </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>.
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MIN_LOOP_LEVEL"><code>MIN\_LOOP\_LEVEL</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_LOOPS"><code>MATCH\_LOOPS</code></a> solver only. Finds closed loops around each node deducible not less than this minimal hop (level) deep. The default value is '0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_LOOP_LEVEL"><code>MAX\_LOOP\_LEVEL</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_LOOPS"><code>MATCH\_LOOPS</code></a> solver only. Finds closed loops around each node deducible not more than this maximal hop (level) deep. The default value is '5'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#SEARCH_LIMIT"><code>SEARCH\_LIMIT</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_LOOPS"><code>MATCH\_LOOPS</code></a> solver only. Searches within this limit of nodes per vertex to detect loops. The value zero means there is no limit. The default value is '10000'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#OUTPUT_BATCH_SIZE"><code>OUTPUT\_BATCH\_SIZE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_LOOPS"><code>MATCH\_LOOPS</code></a> solver only. Uses this value as the batch size of the number of loops in flushing(inserting) to the output table. The default value is '1000'. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MULTI_STEP"><code>MULTI\_STEP</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SUPPLY_DEMAND"><code>MATCH\_SUPPLY\_DEMAND</code></a> solver only. Runs multiple supply demand solver repeatedly in a multi step cycle by switching supplies to demands until it reaches the main hub supply. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a> </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a> </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>.
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#CHARGING_CAPACITY"><code>CHARGING\_CAPACITY</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CHARGING_STATIONS"><code>MATCH\_CHARGING\_STATIONS</code></a> solver only. This is the maximum ev-charging capacity of a vehicle (distance in meters or time in seconds depending on the unit of the graph weights). The default value is '300000.0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#CHARGING_CANDIDATES"><code>CHARGING\_CANDIDATES</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CHARGING_STATIONS"><code>MATCH\_CHARGING\_STATIONS</code></a> solver only. Solver searches for this many number of stations closest around each base charging location found by capacity. The default value is '10'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#CHARGING_PENALTY"><code>CHARGING\_PENALTY</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_CHARGING_STATIONS"><code>MATCH\_CHARGING\_STATIONS</code></a> solver only. This is the penalty for full charging. The default value is '30000.0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#DETOUR_MARK_COST"><code>DETOUR\_MARK\_COST</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_ROUTE_DETOUR"><code>MATCH\_ROUTE\_DETOUR</code></a> solver only. Cost along the route at which to search for nearby stations If zero, it solves along the trip sliding the 3 SSSP cycle kernel by radius amount. The default value is '3600.0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#DETOUR_REENTRY_FACTOR"><code>DETOUR\_REENTRY\_FACTOR</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_ROUTE_DETOUR"><code>MATCH\_ROUTE\_DETOUR</code></a> solver only. Multiplier on detour\_mark\_cost to determine the reentry point on the route (default 1.2 means 20% further along). The default value is '1.2'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#DETOUR_SEARCH_RADIUS"><code>DETOUR\_SEARCH\_RADIUS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_ROUTE_DETOUR"><code>MATCH\_ROUTE\_DETOUR</code></a> solver only. Search radius around the mark point for finding nearby prospective stations (e.g. cafes, pit stops, EV charging stations). The default value is '600.0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#DETOUR_SEARCH_LIMIT"><code>DETOUR\_SEARCH\_LIMIT</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_ROUTE_DETOUR"><code>MATCH\_ROUTE\_DETOUR</code></a> solver only. Maximum number of nearby stations to consider within the search radius around the mark point. The default value is '10'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_HOPS"><code>MAX\_HOPS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SIMILARITY"><code>MATCH\_SIMILARITY</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solvers only. Searches within this maximum hops for source and target node pairs to compute the Jaccard scores. The default value is '3'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRAVERSAL_NODE_LIMIT"><code>TRAVERSAL\_NODE\_LIMIT</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SIMILARITY"><code>MATCH\_SIMILARITY</code></a> solver only. Limits the traversal depth if it reaches this many number of nodes. The default value is '1000'. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#PAIRED_SIMILARITY"><code>PAIRED\_SIMILARITY</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_SIMILARITY"><code>MATCH\_SIMILARITY</code></a> solver only. If true, it computes Jaccard score between each pair, otherwise it will compute Jaccard from the intersection set between the source and target nodes. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a> </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a> </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a>.
                    </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FORCE_UNDIRECTED"><code>FORCE\_UNDIRECTED</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_PATTERN"><code>MATCH\_PATTERN</code></a> and <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solvers only. Pattern matching will be using both pattern and graph as undirected if set to true. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a> </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a> </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>.
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_VECTOR_DIMENSION"><code>MAX\_VECTOR\_DIMENSION</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solver only. Limits the number of dimensions in node vector embeddings. The default value is '1000'. </li>

                    <li>
                      <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#OPTIMIZE_EMBEDDING_WEIGHTS"><code>OPTIMIZE\_EMBEDDING\_WEIGHTS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solvers only. Solves to find the optimal weights per sub feature in vector embeddings. Supported values:

                      <ul>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#TRUE"><code>TRUE</code></a> </li>
                        <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a> </li>
                      </ul>

                      The default value is <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#FALSE"><code>FALSE</code></a>.
                    </li>

                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#EMBEDDING_WEIGHTS"><code>EMBEDDING\_WEIGHTS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solver only. User specified weights per sub feature in vector embeddings. The string contains the comma separated float values for each sub-feature in the vector space. These values will ONLY be used if 'optimize\_embedding\_weights' is false. The default value is '1.0,1.0,1.0,1.0'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#OPTIMIZATION_SAMPLING_SIZE"><code>OPTIMIZATION\_SAMPLING\_SIZE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solver only. Sets the number of random nodes from the graph for solving the weights using stochastic gradient descent. The default value is '1000'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#OPTIMIZATION_MAX_ITERATIONS"><code>OPTIMIZATION\_MAX\_ITERATIONS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solver only. When the iterations (epochs) for the convergence of the stochastic gradient descent algorithm reaches this number it bails out unless relative error between consecutive iterations is below the 'optimization\_error\_tolerance' option. The default value is '1000'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#OPTIMIZATION_ERROR_TOLERANCE"><code>OPTIMIZATION\_ERROR\_TOLERANCE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solver only. When the relative error between all of the weights' consecutive iterations falls below this threshold the optimization cycle is interrupted unless the number of iterations reaches the limit set by the option 'max\_optimization\_iterations'. The default value is '0.001'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#OPTIMIZATION_ITERATION_RATE"><code>OPTIMIZATION\_ITERATION\_RATE</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_EMBEDDING"><code>MATCH\_EMBEDDING</code></a> solver only. It is otherwise known as the learning rate, which is the proportionality constant in front of the gradient term in successive iterations. The default value is '0.3'. </li>
                    <li><a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.Options#MAX_RADIUS"><code>MAX\_RADIUS</code></a>: For the <a href="/content/api/java/com/gpudb/protocol/MatchGraphRequest.SolveMethod#MATCH_ISOCHRONE"><code>MATCH\_ISOCHRONE</code></a> solver only. Sets the maximal reachability limit for computing isochrones. Zero means no limit. The default value is '0.0'. </li>
                  </ul>

                  The default value is an empty <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link"><code>Map</code></a>.
                </div>

                <div className="dl notes">
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>options</code> - The new value for <code>options</code>.</div>
                  <div className="dt">Returns:</div>
                  <div className="dd"><code>this</code> to mimic the builder pattern.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="getSchema()">
                <h3>getSchema</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type">org.apache.avro.Schema</span> <span className="element-name">getSchema</span>()</div>
                <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>

                <div className="dl notes">
                  <div className="dt">Specified by:</div>
                  <div className="dd"><code>getSchema</code> in interface <code>org.apache.avro.generic.GenericContainer</code></div>
                  <div className="dt">Returns:</div>
                  <div className="dd">The schema object describing this class.</div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="get(int)">
                <h3>get</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a></span> <span className="element-name">get</span><wbr /><span className="parameters">(int index)</span></div>
                <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>

                <div className="dl notes">
                  <div className="dt">Specified by:</div>
                  <div className="dd"><code>get</code> in interface <code>org.apache.avro.generic.IndexedRecord</code></div>
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>index</code> - the position of the field to get</div>
                  <div className="dt">Returns:</div>
                  <div className="dd">value of the field with the given index.</div>
                  <div className="dt">Throws:</div>
                  <div className="dd"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/IndexOutOfBoundsException.html" title="class or interface in java.lang" className="external-link">IndexOutOfBoundsException</a></code></div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="put(int,java.lang.Object)">
                <h3>put</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type">void</span> <span className="element-name">put</span><wbr /><span className="parameters">(int index, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a> value)</span></div>
                <div className="block">This method supports the Avro framework and is not intended to be called directly by the user.</div>

                <div className="dl notes">
                  <div className="dt">Specified by:</div>
                  <div className="dd"><code>put</code> in interface <code>org.apache.avro.generic.IndexedRecord</code></div>
                  <div className="dt">Parameters:</div>
                  <div className="dd"><code>index</code> - the position of the field to set</div>
                  <div className="dd"><code>value</code> - the value to set</div>
                  <div className="dt">Throws:</div>
                  <div className="dd"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/IndexOutOfBoundsException.html" title="class or interface in java.lang" className="external-link">IndexOutOfBoundsException</a></code></div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="equals(java.lang.Object)">
                <h3>equals</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type">boolean</span> <span className="element-name">equals</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a> obj)</span></div>

                <div className="dl notes">
                  <div className="dt">Overrides:</div>
                  <div className="dd"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" className="external-link">equals</a></code> in class <code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a></code></div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="toString()">
                <h3>toString</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a></span> <span className="element-name">toString</span>()</div>

                <div className="dl notes">
                  <div className="dt">Overrides:</div>
                  <div className="dd"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" className="external-link">toString</a></code> in class <code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a></code></div>
                </div>
              </div>
            </li>

            <li>
              <div className="section detail" id="hashCode()">
                <h3>hashCode</h3>
                <div className="member-signature"><span className="modifiers">public</span> <span className="return-type">int</span> <span className="element-name">hashCode</span>()</div>

                <div className="dl notes">
                  <div className="dt">Overrides:</div>
                  <div className="dd"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" className="external-link">hashCode</a></code> in class <code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" className="external-link">Object</a></code></div>
                </div>
              </div>
            </li>
          </ul>
        </div>
      </li>
    </ul>
  </div>
</div>
