
psolver.1.4.74.source-code.log4j2.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cpsolver Show documentation
Show all versions of cpsolver Show documentation
The constraint solver library contains a local search based framework that allows
modeling of a problem using constraint programming primitives (variables, values, constraints).
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <Configuration> <Appenders> <Console name="stdout" target="SYSTEM_OUT"> <PatternLayout pattern="%-5p %c{2}: %m%n"/> </Console> </Appenders> <Loggers> <Root level="INFO"> <AppenderRef ref="stdout"/> </Root> </Loggers> </Configuration>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy