assignMH: Spend all available man hours

View source: R/RcppExports.R

assignMHR Documentation

Spend all available man hours

Description

Available man hours of a specific man hour type from an Employee-class object representing a real employee is assigned to the man hours of an Employee-class object representing an employee requirement.

Usage

assignMH(hoursT, hoursR)

Arguments

hoursT

integer vector of length 12

This represents the man hours from a theoretical employee with a certain man hour type.

hoursR

integer vector of length 12

This represents the man hours from a real employee with a certain man hour type.

Value

an integer vector of length 12 representing the man-hours assigned

The hoursT and hoursR will also be reduced by the value of the returned integer vector.


basilrabi/mansched2 documentation built on May 19, 2023, 9:51 p.m.