Skip to content

Multi-Objective Optimization Approach for PLA Design (MOA4PLA)

Notifications You must be signed in to change notification settings

Diegofs92/opla-tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPLA-Tool

Description

The OPLA-Tool is a Multi-Objective Optimization Approach for PLA Design (MOA4PLA) developed by Research Group on Software Engineering (GrES) located at Computer Science Department of the Federal University of Paraná (UFPR), Brazil.

Projects

The OPLA-Tool is composed by following projects:

You need download all projects before to build the OPLA-Tool.

Requirements

Before to compile the code, you need to install the following softwares on your PC:

How to Build

This section show the step-by-step that you should follow to build the OPLA-Tool.

  • Create a directory to build OPLA-Tool:
mkdir opla-tool
  • Access the folder:
cd opla-tool
  • Download all projects:
git clone https://github.com/opla-tool/architecture-representation.git
git clone https://github.com/opla-tool/opla-patterns.git
git clone https://github.com/opla-tool/opla-core.git
git clone https://github.com/opla-tool/opla-tool.git
  • Install dependencies:
sh architecture-representation/buildDeps.sh
  • Compile all projects. The sequence is important:
cd architecture-representation && mvn clean && mvn install
cd opla-patterns && mvn clean && mvn install
cd opla-core && mvn clean && mvn install
cd opla-tool && mvn clean && mvn install
  • Open OPLA-Tool:
java -jar opla-tool/target/opla-tool-0.0.1-jar-with-dependencies.jar

About

Multi-Objective Optimization Approach for PLA Design (MOA4PLA)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.8%
  • D 0.2%