Consider a facility layout problem where ten facility units with the space requi

Consider a facility layout problem where ten facility units with the space requirements as indicated
in the attached HW4 data.xlsx file. Use the relationship diagram in the file and the score multipliers (A=1000, E=100, I=10, O=1, U=0) to find the optimal placement of the facilities in a 2×8 layout grid with a central aisle passing between rows 1 and 2. Write your mathematical formulation and your code as an attachment.

Consider a facility layout problem where ten facility units with the space requi

Consider a facility layout problem where ten facility units with the space requirements as indicated
in the attached HW4 data.xlsx file. Use the relationship diagram in the file and the score multipliers (A=1000, E=100, I=10, O=1, U=0) to find the optimal placement of the facilities in a 2×8 layout grid with a central aisle passing between rows 1 and 2. Write your mathematical formulation and your code as an attachment.

See project description attached. additional sources: Davis, B. (2013). Masterin

See project description attached.
additional sources:
Davis, B. (2013). Mastering Software Project Requirements: A Framework for Successful Planning, Development & Alignment (1st ed.). (Ch 11) Plantation FL: J Ross Publishing.
Software Engineering Standards Committee of the IEEE Computer Society. (1993). IEEE Recommended Practice for Software Requirements Specification. New York, NY.

Everything will be stated in the files. We decided on the « use of AI in transp

Everything will be stated in the files.
We decided on the « use of AI in transportation and logistics companies in Saudi Arabia « 
If you find it hard to find a article and resources you can choose a different structure that is stated in the file. Make sure you use google scholar or whatever similar website to find relevant sources as the professor will check for plagiarism,AI

No use of chatgpt or AI. This Program is expected to: input a file containing sm

No use of chatgpt or AI.
This Program is expected to:
input a file containing small list of passwords (created by you) passwords.txt
Input a number of threads to create
Each thread is to take one of those passwords and perform a simple, selfmade, keyless symmetrical encryption routine on the password (symmetrical meaning it can be undone by performing the algorithm backwards)
The encryption routine is required to shift the position of all of the characters and change the value of all the characters. It could be as simple as shift every letter forward, move the last letter to the first, and increase all their values by x.
If there are 9 passwords and 4 threads selected, then passwords should be processed in batches of four until the third batch where only one thread would be created
Make sure the threads join() at the end of the loop before running the loop again
When completed, the program shall output each password & encrypted version on a separate line
To compile you will need to add -lpthread to the compile command line.
Submit both the code and a screenshot of the program’s execution.

No use of chatgpt or AI. This Program is expected to: input a file containing sm

No use of chatgpt or AI.
This Program is expected to:
input a file containing small list of passwords (created by you) passwords.txt
Input a number of threads to create
Each thread is to take one of those passwords and perform a simple, selfmade, keyless symmetrical encryption routine on the password (symmetrical meaning it can be undone by performing the algorithm backwards)
The encryption routine is required to shift the position of all of the characters and change the value of all the characters. It could be as simple as shift every letter forward, move the last letter to the first, and increase all their values by x.
If there are 9 passwords and 4 threads selected, then passwords should be processed in batches of four until the third batch where only one thread would be created
Make sure the threads join() at the end of the loop before running the loop again
When completed, the program shall output each password & encrypted version on a separate line
To compile you will need to add -lpthread to the compile command line.
Submit both the code and a screenshot of the program’s execution.

Zero mark will be given if you try to bypass the SafeAssign (e.g. misspell words

Zero mark will be given if you try to bypass the SafeAssign (e.g. misspell words, remove spaces between words, hide characters, use different character sets, convert text into image or languages other than English or any kind of manipulation).
You must use this template, failing which will result in zero mark.
You MUST show all your work, and text must not be converted into an image, unless specified otherwise by the question.
The work should be your own, copying from students or other resources will result in ZERO mark.
Use Times New Roman font for all your answers.