Files
ortools-clone/ortools
AliReZa Sabouri ad91b2ddd3 Remove sealed modifier and implement standard dispose pattern for CpSolver
The sealed modifier was unnecessarily breaking inheritance for users who need
to extend CpSolver. The standard IDisposable pattern with protected virtual
Dispose(bool) allows safe inheritance while maintaining proper resource cleanup.

This change:
- Removes the sealed modifier from CpSolver class
- Implements the standard dispose pattern with protected virtual Dispose(bool)
- Allows derived classes to override disposal behavior safely
- Maintains backward compatibility for existing non-inheriting code
2025-12-17 11:42:05 +01:00
..
2025-11-05 12:05:41 +01:00
2025-11-07 18:23:31 +01:00
2025-12-15 17:06:07 +01:00
2025-07-09 14:13:41 +02:00
2025-11-12 17:21:34 +01:00
2025-12-02 15:33:12 +01:00
2025-12-15 13:07:23 +01:00
2025-11-05 11:54:02 +01:00
2025-11-05 11:54:02 +01:00
2025-12-05 08:27:05 +01:00
2025-11-19 13:36:04 +01:00
2025-12-15 15:28:50 +01:00
2025-11-05 11:54:02 +01:00
2025-12-15 13:07:23 +01:00
2025-11-05 11:54:02 +01:00
2025-12-15 17:06:07 +01:00
2025-11-05 11:54:02 +01:00
2025-11-05 12:05:41 +01:00
2025-12-15 13:07:23 +01:00