| 1 | import { ComputeEngine } from '../../src/compute-engine'; |
| 2 | import type { BoxedExpression } from '../../src/compute-engine/global-types'; |
| 3 | |
| 4 | // A dedicated engine: several tests DECLARE integer-typed unknowns (and one |
nothing calls this directly
no test coverage detected