Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: JeredFennell
  • License: bsd-4-clause
  • Language: Java
  • Default Branch: main
  • Size: 12.3 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 11 months ago · Last pushed 10 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation Authors

README.md

CS474Project

Jered Fennell Madi Thompson

Branch Structure

main contains the original code cloned from Choco-solver.\ madisbranch contains the code changes and test additions Madi contributed.\ jered-branch contains the code changes and test additions Jered contributed.\ Combination contains the merged code of Madi's and Jered's contributions.

Owner

  • Login: JeredFennell
  • Kind: user

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: Choco-solver
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Charles
    family-names: Prud'homme
    affiliation: 'IMT Atlantique, LS2N'
    orcid: 'https://orcid.org/0000-0002-4546-9027'
  - given-names: Jean-Guillaume
    family-names: Fages
    affiliation: COSLING S.A.S.
    orcid: 'https://orcid.org/0000-0001-5638-4777'
identifiers:
  - type: doi
    value: 10.5281/zenodo.7185962
    description: The concept DOI of the software
repository-code: 'https://github.com/chocoteam/choco-solver'
url: 'https://choco-solver.org/'
license: BSD-4-Clause
preferred-citation:
  authors:
    - given-names: Charles
      family-names: Prud'homme
      affiliation: IMT Atlantique
      orcid: 'https://orcid.org/0000-0002-4546-9027'
    - given-names: Jean-Guillaume
      family-names: Fages
      affiliation: COSLING S.A.S
      orcid: 'https://orcid.org/0000-0001-5638-4777'
  doi: "10.21105/joss.04708"
  journal: "Journal of Open Source Software"
  publisher:
    -name: "The Open Journal"
  title: "Choco-solver: A Java library for constraint programming"
  type: article
  start: 4708
  volume: 7
  issue: 78
  year: 2022

GitHub Events

Total
  • Push event: 8
  • Public event: 1
  • Pull request event: 5
  • Create event: 1
Last Year
  • Push event: 8
  • Public event: 1
  • Pull request event: 5
  • Create event: 1

Dependencies

examples/notebooks/binder/Dockerfile docker
  • gradle 4.8.1-jdk10 build
  • openjdk 10.0.1-10-jdk build
examples/pom.xml maven
  • args4j:args4j 2.33 compile
  • org.choco-solver:choco-parsers 5.0.0-beta.1
  • org.choco-solver:choco-solver 5.0.0-beta.1
parsers/pom.xml maven
  • args4j:args4j 2.33
  • org.antlr:antlr4 4.9.3
  • org.antlr:antlr4-runtime 4.9.3
  • org.choco-solver:choco-solver 5.0.0-beta.1
  • org.xcsp:xcsp3-tools 2.4
pom.xml maven
  • net.sf.trove4j:trove4j 3.0.3
  • org.slf4j:slf4j-simple 2.0.5 test
  • org.testng:testng 7.5.1 test
solver/pom.xml maven
  • dk.brics.automaton:automaton 1.11-8
  • org.ehcache:sizeof 0.4.3
  • org.jgrapht:jgrapht-core 1.4.0
  • org.slf4j:slf4j-nop 2.0.5 test