
ver.choco-sat.4.10.6.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of choco-sat Show documentation
Show all versions of choco-sat Show documentation
A SAT solver, used internally in choco-solver
The newest version!
/*
* This file is part of choco-sat, http://choco-solver.org/
*
* Copyright (c) 2020, IMT Atlantique. All rights reserved.
*
* Licensed under the BSD 4-clause license.
*
* See LICENSE file in the project root for full license information.
*/
/**
*
*
* @author Charles Prud'homme
* @since 15/10/2019
*/
module org.chocosolver.sat {
requires trove4j;
exports org.chocosolver.sat to org.chocosolver.solver;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy