Click or drag to resize

ProblemAddJob Method

Adds a Job to the problem.

Namespace:  VRSolver
Assembly:  VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntax
public void AddJob(
	Job job
)

Parameters

job
Type: VRSolverJob
The job to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionResource is null.
ArgumentExceptionJob is null.
ArgumentExceptionJob's ID is not defined.
ArgumentExceptionJob with same ID already added.
ArgumentExceptionJob has no job parts.
ArgumentExceptionID for JobPart is not defined.
ArgumentExceptionJobPart with same ID already exists.
ArgumentExceptionLocation for a JobPart not defined.
ArgumentExceptionJobPart Position constraints do not match the Job's JobParts ordering.
See Also

www.routingautomation.com | support