examination-timetabling
Examination Timetabling Problem
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.5%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Examination Timetabling Problem
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
- Releases: 0
Created over 4 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
License
Citation
README.md
Examination Timetabling Problem
Dataset and Evaluation
Definition Problem Definitions
Repo https://bitbucket.org/satt/examtimetablinguniuddata/
Dependecies
- Install Python
- Install Pip
- Install dependencies
python3 -m pip install -r requirements.txt - Install a package
python3 -m pip install mypackage
Using Pypy3
- Install Pypy3
- Install Pypy3 on Linux
- Getting started with Pypy Docs
- Getting started with Pypy Article
- PyPy: Faster Python With Minimal Effort
Installing with python3 on venv
python3 -m venv venv
source venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
Installing with pypy3 on venv
pypy3 -m venv venv
source venv/bin/activate
pypy3 -m pip install --upgrade pip
pypy3 -m pip install -r requirements.txt
Running with Python3
python3 src
python3 src instances/D5-1-17.json
python3 src all
python3 src/module
python3 src/.../code.py
Running with Pypy3
pypy3 src
pypy3 src instances/D5-1-17.json
pypy3 src/module
pypy3 src/.../code.py
Getting started
Owner
- Login: SynimSelimi
- Kind: user
- Repositories: 1
- Profile: https://github.com/SynimSelimi
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: ETT FIEK Solver
message: FIEK ILS Solver for the Examination Timetabling Problem
type: software
authors:
- given-names: Synim
family-names: Selimi
email: synim.selimi@uni-pr.edu
affiliation: >-
University of Prishtina, Faculty of Electrical and
Computer Engineering
orcid: 'https://orcid.org/0000-0003-2061-7297'
- given-names: Labeat
family-names: Arbneshi
email: labeat.arbneshi@uni-pr.edu
affiliation: >-
University of Prishtina, Faculty of Electrical and
Computer Engineering
identifiers:
- type: url
value: >-
https://www.patatconference.org/patat2022/proceedings/PATAT_2022_paper_01.pdf
description: >-
Synim Selimi, Labeat Arbneshi, Kadri Sylejmani and
Nysret Musliu, Iterated Local Search for the
examination timetabling problem with
constructive-based initial solution, Proceedings of
the 13th International Conference on the Practice and
Theory of Automated Timetabling - PATAT 2022: Volume
III (2022), ISBN: 978-0-9929984-5-5.
repository-code: 'https://github.com/SynimSelimi/examination-timetabling'
url: 'https://examination-timetabling.uni-pr.edu/'
keywords:
- Examination Timetabling
- Constructive Heuristics
- Iterated Local Search
- Timetabling Problem
license: Apache-2.0
version: 1.0.0
GitHub Events
Total
Last Year
Dependencies
requirements.txt
pypi
- flake8 ==4.0.1
- numpy *
- pandas *
- pip ==21.3.1
- pyparsing *
- wheel ==0.37.0
setup.py
pypi