Update Rapahel.Net

Signed-off-by: Asriel Camora <asriel@camora.dev>
This commit is contained in:
Asriel Camora
2026-01-03 07:53:47 -08:00
parent a041fc6ebf
commit f26d958a5c
3 changed files with 4 additions and 14 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Raphael.Net" Version="4.0.1" />
<PackageReference Include="Raphael.Net" Version="4.1.0" />
</ItemGroup>
<ItemGroup>
+1
View File
@@ -209,6 +209,7 @@ public sealed class Solver : IDisposable
{
Adversarial = Config.Adversarial,
BackloadProgress = Config.BackloadProgress,
AllowNonMaxQualitySolutions = true,
LogLevel = Raphael.LevelFilter.Debug,
ThreadCount = (ushort)Config.MaxThreadCount,
};