ORS Android Client
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ORS Android Client
ORS Android Client
/
org.nitri.ors.domain.optimization
/
OptimizationSummary
/
OptimizationSummary
Optimization
Summary
constructor
(
cost
:
Int
,
routes
:
Int
,
unassigned
:
Int
,
delivery
:
List
<
Int
>
?
=
null
,
amount
:
List
<
Int
>
?
=
null
,
pickup
:
List
<
Int
>
?
=
null
,
setup
:
Int
,
service
:
Int
,
duration
:
Int
,
waitingTime
:
Int
,
priority
:
Int
,
violations
:
List
<
Violation
>
=
emptyList()
,
computingTimes
:
ComputingTimes
?
=
null
)