GIPS is an open-source framework for Graph-Based (M)ILP Problem Specification.
This repository holds my dissertation-related IHTP/IHTC GIPS projects. It was forked from the gips-examples repository.
- Install GIPS as described in its repository.
- Launch a runtime workspace (while using a runtime Eclipse) as stated in the eMoflon::IBeX installation steps. (Please refer to the installation steps of GIPS above.)
- Use this PSF file to import all of the dissertation-related projects.
- Build all your projects with the black eMoflon hammer. Sometimes, it is required to trigger a cleaning in Eclipse (Project -> Clean... -> Clean all projects).
- Runner projects contain runnable Java classes with a
mainfunction.
| Name | Description |
|---|---|
ihtcvirtual* |
Virtualized GIPS projects for solving the IHTP/IHTC 2024 (competition). |
ihtc* |
Projects related to the (non-virtual) GIPS-based solution for the IHTC 2024 (competition) |
For more projects, refer to the upstream repository or the GIPS test repository.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for more details.