task_geometry__regular_polygon_decomposition__central_angle_value¶
Contract¶
- Domain:
geometry - Scene id:
regular_polygon_decomposition - Task id:
task_geometry__regular_polygon_decomposition__central_angle_value - Supported
query_idvalues:single - Answer schema:
integer - Annotation schema:
point_map - Scalar annotation checked:
true(not scalar-eligible; the task binds center and two angle-ray endpoint roles)
Program Contract¶
solve_formula(regular_polygon_equal_wedge_decomposition, target=marked_central_angle, formula_schema=marked_wedge_count_times_360_degrees_divided_by_side_count); scene=regular_polygon_decomposition; scope=central_angle_value
Reasoning Operations¶
Families: counting, formula_evaluation
Query Semantics¶
singleasks for the measure of marked central angleAOBby counting the equal center wedges in the polygon and the one or two marked wedges betweenOAandOB.- The number of polygon sides, selected wedge start, marked wedge count, style, font, layout jitter, and rotation are internal replay metadata; central-angle samples use one or two marked wedges.
Prompt Bundle¶
- Prompt text is loaded from
src/trace_tasks/resources/prompts/geometry/regular_polygon_decomposition/geometry_regular_polygon_decomposition_v1.json. - Prompt modes:
answer_onlyandanswer_and_annotation.
Annotation¶
Prompt-facing annotation uses pixel-space point map keys O, A, and B, marking the polygon center and the two visible rays that bound the requested center angle. Angle arcs and ? markers remain visible diagram content and private verifier metadata.
Determinism¶
Generation is deterministic for a fixed seed, params, config, and prompt bundle version.
Source¶
- Config:
src/trace_tasks/resources/configs/domains/geometry/regular_polygon_decomposition.yaml - Prompt bundle:
src/trace_tasks/resources/prompts/geometry/regular_polygon_decomposition/geometry_regular_polygon_decomposition_v1.json - Task module:
src/trace_tasks/tasks/geometry/regular_polygon_decomposition/central_angle_value.py