cp running

This commit is contained in:
2025-10-19 20:58:31 +02:00
parent 2976d091cf
commit ce8182244d
6 changed files with 747 additions and 544 deletions

View File

@@ -75,6 +75,7 @@ export interface Solution {
variablesCreated: number;
optimal: boolean;
};
variables?: { [key: string]: number };
}
// Additional helper types for the scheduling system