All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ver.choco-sat.4.10.6.source-code.module-info Maven / Gradle / Ivy

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