Home
last modified time | relevance | path

Searched refs:AddDisjunction (Results 1 – 25 of 46) sorted by relevance

12

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/samples/
H A Dcvrp_reload.py208 routing.AddDisjunction([node_index], 0)
214 routing.AddDisjunction([node_index], 100_000)
H A Dvrp_drop_nodes.py203 routing.AddDisjunction([manager.NodeToIndex(node)], penalty)
H A DVrpDropNodes.cs158 routing.AddDisjunction(new long[] { manager.NodeToIndex(i) }, penalty); in Main()
H A Dvrp_drop_nodes.cc175 routing.AddDisjunction( in VrpDropNodes()
H A Dvrp_time_windows_per_vehicles.py203 routing.AddDisjunction([index_0, index_1, index_2, index_3], penalty, 1)
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Resources/Graveyard/DatabaseOptimizations/
H A DLookupIdentifierQuery.h191 Disjunction& AddDisjunction();
H A DLookupIdentifierQuery.cpp136 LookupIdentifierQuery::Disjunction& LookupIdentifierQuery::AddDisjunction() in AddDisjunction() function in Orthanc::LookupIdentifierQuery
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Resources/Graveyard/DatabaseOptimizations/
H A DLookupIdentifierQuery.h191 Disjunction& AddDisjunction();
H A DLookupIdentifierQuery.cpp136 LookupIdentifierQuery::Disjunction& LookupIdentifierQuery::AddDisjunction() in AddDisjunction() function in Orthanc::LookupIdentifierQuery
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Resources/Graveyard/DatabaseOptimizations/
H A DLookupIdentifierQuery.h191 Disjunction& AddDisjunction();
H A DLookupIdentifierQuery.cpp136 LookupIdentifierQuery::Disjunction& LookupIdentifierQuery::AddDisjunction() in AddDisjunction() function in Orthanc::LookupIdentifierQuery
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Resources/Graveyard/DatabaseOptimizations/
H A DLookupIdentifierQuery.h191 Disjunction& AddDisjunction();
H A DLookupIdentifierQuery.cpp136 LookupIdentifierQuery::Disjunction& LookupIdentifierQuery::AddDisjunction() in AddDisjunction() function in Orthanc::LookupIdentifierQuery
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancServer/Resources/Graveyard/DatabaseOptimizations/
H A DLookupIdentifierQuery.h191 Disjunction& AddDisjunction();
H A DLookupIdentifierQuery.cpp136 LookupIdentifierQuery::Disjunction& LookupIdentifierQuery::AddDisjunction() in AddDisjunction() function in Orthanc::LookupIdentifierQuery
/dports/math/py-or-tools/or-tools-9.2/examples/cpp/
H A Dcvrptw_with_refueling.cc177 routing.AddDisjunction(orders, kPenalty); in main()
H A Dcvrptw.cc149 routing.AddDisjunction(orders, kPenalty); in main()
H A Dcvrp_disjoint_tw.cc164 routing.AddDisjunction(orders, kPenalty); in main()
H A Dcvrptw_with_resources.cc172 routing.AddDisjunction(orders, kPenalty); in main()
H A Dcvrptw_with_stop_times_and_resources.cc202 routing.AddDisjunction(orders, kPenalty); in main()
H A Dcvrptw_with_breaks.cc214 routing.AddDisjunction(orders, kPenalty); in main()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/coreos/go-systemd/sdjournal/
H A Djournal.go146 func (j *Journal) AddDisjunction() error { func
/dports/math/py-or-tools/or-tools-9.2/examples/dotnet/
H A Dcscvrptw.cs270 model.AddDisjunction(orders, order_penalties_[order]); in Solve()
/dports/math/py-or-tools/or-tools-9.2/examples/tests/
H A Dpywraprouting_test.py454 model.AddDisjunction(disjunction)
487 model.AddDisjunction(disjunction, penalty)
/dports/math/py-or-tools/or-tools-9.2/examples/notebook/constraint_solver/
H A Dcvrp_reload.ipynb284 " routing.AddDisjunction([node_index], 0)\n",
290 " routing.AddDisjunction([node_index], 100_000)\n",

12