Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://github.com/xcsp3team/ace
27 January 2023, 10:57:32 UTC
  • Code
  • Branches (5)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/add-license-1
    • refs/heads/main
    • refs/tags/2.0
    • refs/tags/2.0.1
    • refs/tags/2.1
    No releases to show
  • 5fb27d1
  • /
  • README.md
Raw File Download Save again
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
origin badgecontent badge
swh:1:cnt:198a4c21da9389a7142e01e420a3ef3ce635b101
origin badgedirectory badge
swh:1:dir:5fb27d170cfc10ec7d07d0a832a1133d0f986a0f
origin badgerevision badge
swh:1:rev:385a5582d9720836679e9b49c234f9ac98809e04
origin badgesnapshot badge
swh:1:snp:eee47c9785151f571d2fa4ac12479e69e21070ff

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
Tip revision: 385a5582d9720836679e9b49c234f9ac98809e04 authored by XCSP Team on 06 October 2020, 15:47:29 UTC
Create LICENSE
Tip revision: 385a558
README.md

<div id="logo" style="margin-left:2cm">
<img width="35%" src="src/main/resources/logoAbsConLarge.png" alt="logo"/>
</div>

AbsCon is an open-source Java-written Constraint Solver, developed by Christophe Lecoutre (CRIL).

AbsCon focuses on:
- integer variables, including 0/1 (Boolean) variables,
- state-of-the-art table constraints, including ordinary, short, and smart table constraints,
- popular global constraints (allDifferent, count, element, cardinality, etc.),
- search heuristics (wdeg, impact, activity, last-conflict, cos, ...),
- mono-criterion optimization, including optimization over cost functions

AbsCon is distributed under License CeCILL (Copyright (c) 2000-2018, CRIL, Artois University).


## Building a JAR

1. clone the repository : `git clone https://forge.univ-artois.fr/christophe.lecoutre/AbsCon.git`
1. change directory : `cd AbsCon`
1. copy the last version of XCSP3-Java-Tools (e.g., target/xcsp3-tools-X-Y-Z.jar) in `./lib`
1. run Gradle : `gradle build -x test`  (of course, you need Gradle to be installed)
1. test the JAR : `java -cp build/libs/AbsCon-YY-MM.jar:lib/toolX-YY-MM.jar abscon.Resolution` where you give the right values for YY and MM.
If the usage of AbsCon is displayed, you are fine. 

With this JAR, you can run AbsCon on any XCSP3 instance.

## Running Unit Tests

1. run Gradle : `gradle test`
1. see results in `AbsCon/build/reports/tests/index.html`

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API