Skip to content

Commit dd045e0

Browse files
committed
Enable fast assert
1 parent 219463e commit dd045e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/ai/timefold/solver/benchmarks/examples/conferencescheduling/conferenceSchedulingSolverConfig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<solver xmlns="https://timefold.ai/xsd/solver" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="https://timefold.ai/xsd/solver https://timefold.ai/xsd/solver/solver.xsd">
44
<!-- To slowly prove there are no bugs in this code -->
5-
<!--<environmentMode>FULL_ASSERT</environmentMode>-->
5+
<environmentMode>FAST_ASSERT</environmentMode>
66
<!-- To solve faster by saturating multiple CPU cores -->
77
<!--<moveThreadCount>AUTO</moveThreadCount>-->
88

0 commit comments

Comments
 (0)