Ordered-digit expression
Keep the supplied digits in order, combine them into the target value with allowed operations, and minimize operation count.
Instance1234 → 10
ObjectiveMinimize operation cost
Requirements
Challenge this record ↗- Use every digit exactly once and in order
- Use only the allowed safe operations
- The expression equals the target exactly