/* =========================================================================
Prof. Dr. Alexandre da Silva Simoes <alexandre.simoes@unesp.br>
www.sorocaba.unesp.br/professor/assimoes
Prof. Dr. Esther Luna Colombini <esther@ic.unicamp.br>
www.ic.unicamp.br/~esther
ProSE (Problem Search Environment) is a search environment in DevC++ that implements generic bredth-first, depth-first and heuristic search algorithms that can be applied to any problem.
========================================================================= */
Instructions for running:
- In folder "/problems/your problem/" you will find the following files:
- ProblemData.h
- ProblemRules.h
- ProblemData.cpp
- ProblemRules.cpp
- Copy these files to the main folder (overwrite original ones)
- Rebuild all your project.
- Done!
Last code version and instructions available at: https://github.com/alexandresilvasimoes/prose