Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 686 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 686 Bytes

GRASP QBFPT

This is the source code from one of the MO824 course activities. This repository contains an implementation of a Java 1.8 code using Gurobi as solver and Eclipse as IDE for the GRASP (Greedy Randomized Adaptive Search Procedure) for the QBFPT (Quadratic Binary Function Problem with Triplet constraint). The project file structure works as follows:

  • instances: Contains some QBFPT instances;
  • src: Source code.

The detailed documentation can be found here. Any doubts feel yourself free to reach me out: [email protected]