/Optimization-CLP

A public repository that contains the code of the main work of CLP subject of Computer Science course at UFPel.

Primary LanguageC

Optimization-CLP

Repository dedicated to Programming Language Concepts subject of Computer Science underdegree course at UFPel.

To run

These codes are only supported at linux environment with gcc compiler.

  • Step 1: Get in the directory of the case that you want with the command: cd <directory>;
  • Step 2: Compile and run the source code of each case with the command: make compile_and_run.

After that steps you will see the output of each optimization case with each compile option.