diff --git a/WHATS_NEW.md b/WHATS_NEW.md index dc802ca0..cf92105b 100644 --- a/WHATS_NEW.md +++ b/WHATS_NEW.md @@ -64,7 +64,7 @@ You can now retrieve additional information about related activities from JobIns If one deals with shipments then two activities will be inserted: pickupShipment and deliverShipment. -If you implement core.problem.constraint.SoftActivityContraint and core.problem.constraint.HardActivityStateLevelConstraint and thus +If you implement core.problem.constraint.SoftActivityContraint and core.problem.constraint.HardActivityConstraint and thus public double getCosts(JobInsertionContext iFacts, TourActivity prevAct, TourActivity newAct, TourActivity nextAct, double prevActDepTime);