Questions tagged [rostering]

44 questions
0
votes
1 answer

Editing rules for employee rostering example

I am currently implementing this for my project. I need to add a rule for "at most four shift assignments per week per employee." I am new to java and drools. Is there an easy way to edit the rule below to match the constraint I am looking…
0
votes
1 answer

openshift & optaplanner rostering

I have been following instructions at https://github.com/kiegroup/optashift-employee-rostering (readme). I was able to deploy roster app in openshift and dont see any errors in log. I have also created external route (localhost). but when i access…
ajd
  • 121
  • 1
  • 4
  • 11
0
votes
1 answer

Excel - Scheduling persons in the correct cell of working hours

I'm head of a group of students organising events. In the picture you see 3 tables: First the event with the persons and their hours they will do their job on the event Secondly the amount of persons I have for that specific hour interval. And…
urtkiller
  • 3
  • 4
0
votes
1 answer

Roster and Time Mangement

I'm fairly new to Excel, so I'm not quite sure what I'm looking for, however my query is this. I am trying to create a roster for my workplace, I have created a drop down menu for Start Times in the first column and Work Hours Required for each day…
0
votes
2 answers

ejabberd: Tracking Roster and Presence cause error

Posted this issue on ejabberd's forum and got no response so I am posting it here (https://www.ejabberd.im/forum/25371/tracking-roster-and-presence-cause-error). I created a simple ejabberd module to log all the events for roster and presence. I am…
WXM1967
  • 137
  • 1
  • 7
0
votes
2 answers

How to use min-conflict algorithm with optaplanner

Is there a min-conflict algorithm in optaplanner? or how to do it? What about using it as part of the neighborhood selection like: Define custom swap factory that construct neighborhood as follow Get all violations per variable to optimize, thus…
Shadi Moadad
  • 78
  • 1
  • 7
0
votes
1 answer

Roster/Timetable generation

I'm working on a tool to generate a timetable for employee up to a month taking into account commercial and labor law constraints. Few challenges and difference from similar problem: The shift concept contains breaks split up to half an hour. There…
0
votes
1 answer

Check Online/Offline User of Openfire and auto accept friend request Using Android

I am using openfire server in android. Now I need to check how many users are online and who are they. My connection is OK. But when I check it the output is Look Like, Called when the presence of a roster entry is changed Name: esty Status:…
Mahbubur roni
  • 27
  • 2
  • 8
0
votes
2 answers

Optaplanner: Adding new constraint(hard)

I've been familiarizing myself with Optaplanner recently - more specifically, with its nurse rostering example - and have been attempting to add a new hard constraint but, so far, haven't had much success. I'm endeavoring to add a…
0
votes
2 answers

XMPP Roster presence

I've a problem with roster mechanism and I'm using JSJaC javascript library. My case: The user A has a simple roster that contains another user B with subscription "both". The user B has the same configuration. When the user A is logged to openfire,…
CeccoCQ
  • 3,746
  • 12
  • 50
  • 81
0
votes
1 answer

Manage roster modifictions true external webapp and disable for users?

I have a webapp that's a game, and only after certain score people can become friends and should be automatically added to each other friendlist. Trying to figure out how to handle rosters in Ejabberd like this prevent any user from adding anyone…
Rubytastic
  • 15,001
  • 18
  • 87
  • 175
-1
votes
1 answer

Automatic rostering in Google Sheets

I need help in rostering employees. I did it in MS. Excel but I don't know how to do it in google Sheets scripts. I want the same to be implemented in google sheets
5aadat
  • 29
  • 4
-2
votes
1 answer

Quota script for a roster

I'm trying to make a script that reads a specific column(B), checking each cell for "is this value < 120?". If the value is < 120, I want the script to add a value of "1" to the corresponding cell in a different column(E). This is what I've come up…
-2
votes
1 answer

Today's algorithmic challenge

I'm currently working on an algorithm to schedule pub-crawling (it can be much more generic applied, though). This is what is known: There is a certain number of teams and bars, the amount of teams never exceeding the amount of bars The teams must…
zniwalla
  • 367
  • 4
  • 17
1 2
3