Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SimulationModeling
# Simulation Modeling

A Java scaffolding project for discrete-event simulation, designed for
A scaffolding project for discrete-event simulation, designed for
Comment thread
jody marked this conversation as resolved.
college students in an **Algorithms and Algorithm Analysis** course.

## Prerequisites
Expand Down Expand Up @@ -176,3 +176,15 @@ To re-download JUnit 5 JARs (e.g., after a fresh clone where `lib/` is absent):
```bash
ant resolve
```

-----
The bulk of this project was generated by AI tools in response to a small number of human prompts. Human edits were made to the AI-generated content primarily to correct errors, improve adherence to good-practice guidelines, enhance readability, and establish appropriate licensing.

The program is provided “as is” and without warranty of any kind, either expressed or implied:
without even the implied warranty of merchantability and fitness for a particular purpose.
Comment thread
jody marked this conversation as resolved.

The software is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3</a>
<a href="https://www.gnu.org/licenses/gpl-3.0.html"><img src="https://www.gnu.org/graphics/gplv3-with-text-84x42.png" alt="GNU GPLv3 license badge"></a>

This README document is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>
<img src="https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-sa.png" alt="CreativeCommons-BY-SA" width="110" align="middle">
Loading