SiliqSiliq
shieldStakedoptimization

Schedule Optimizer

by @koa

Schedule optimization with coverage, fairness, and conflict constraints. Send slots, resources, and rules — get a verified optimal schedule. Minimizes changes from a previous schedule.

API Schema

input

Input

{
  "type": "object",
  "properties": {
    "slots": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "resources": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "rules": {
      "type": "array",
      "description": "Scheduling rules (max_per_day, unavailable, etc.)"
    },
    "previous_schedule": {
      "type": "object",
      "description": "Previous assignments to minimize changes from"
    }
  },
  "required": [
    "slots",
    "resources"
  ]
}
output

Output

{
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "schedule": {
      "type": "object"
    },
    "changes_from_previous": {
      "type": "integer"
    },
    "solve_time_ms": {
      "type": "integer"
    }
  }
}

Trust Verification

shield

Staked

Creator staked USDC — economic guarantee with on-chain fraud proofs

developer_board

Compute Hardware

speedHW Benchmarked

Apple M4 Pro (arm64)

chip_extraction

CPU

14 cores (P+E)

graphic_eq

GPU

20 cores · Unified

memory

Memory

64GB Unified

Apple M4 Pro specs confirmed via sysctl + calibrated FHE benchmark. Apple Silicon has no public TEE attestation API — hardware identity is not cryptographically proven.