Giter Club home page Giter Club logo

lignes-claires's Introduction

Lignes Claires

https://img.shields.io/badge/License-BSD%203--Clause-blue.svg

https://github.com/arnaud-m/lignes-claires/actions/workflows/LignesClairesTest.yml/badge.svg

Lignes Claires is a solver for One-sided Crossing Minimization based on Constraint Programming.
It is based on choco-solver which is an open-source Java library for Constraint Programming.

It will hopefully be a contestant of the PACE Challenge 2024.

Download and Installation

In the following, we distinguish two usages:

  • as a standalone application: the jar file includes all required dependencies,
  • as a library: the jar file excludes all dependencies.

Prerequisites

This project works on 32 bits and 64 bits environment and requires:

  • JDK 11+
  • Maven 3+

As a stand-alone application

This project uses the Cross-platform Maven build system.

mvn clean package

or to skip unit tests

mvn clean package -DskipTests=true

The jar file contains all required dependencies. The next step is simply to run the console application.

java -cp target/lignes-claires-*-with-dependencies.jar lignesclaires.LignesClaires

Execute the main class without argument to display the help message.

As a library

The jar file does not contains any dependencies, as of being used as a dependency of another application. The next step is to add the jar file to your classpath of your application and also add the required dependencies.

Inside a maven project

First, you must build from source and install it into your local .m2 repository.

mvn install

Then, you only have to edit your pom.xml to declare the following library dependency:

<dependency>
   <groupId>fr.univ-cotedazur</groupId>
   <artifactId>lignes-claires</artifactId>
   <version>0.1.0-SNAPSHOT</version>
</dependency>

Versioning

This project makes use of SemVer for versioning. A list of existing versions can be found in the project’s releases.

Authors

See AUTHORS and CONTRIBUTORS files.

License

This project is licensed under the 3-Clause BSD License - see the LICENSE file for details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.