Tangzhe Chen
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Tangzhe Chen-
Tangzhe Chen commented,
Here is how I define the decision variable Hire[j] Besides, J is the month in a year
-
Tangzhe Chen commented,
hire[j] is a decision variable for how many workers are hired in j month in a year in my code. and num_hire, I would like to treat it as a label, counting how many times for the company hire worker...
-
Tangzhe Chen created a post,
How can I count the zero number in my decsion variable?
Awaiting user inputI want to count how many zeros in hire[], and get num_hire for the numbers of zero, so I tried to use the following code. But bug come out. How can I count them?