CrossingInputEdge represents an input edge B that crosses some other input edge A. It stores the input edge id of edge B and also whether it crosses edge A from left to right (or vice versa).
Indicates that input edge "input_id" crosses another edge (from left to right if "left_to_right" is true).
See Implementation
CrossingInputEdge represents an input edge B that crosses some other input edge A. It stores the input edge id of edge B and also whether it crosses edge A from left to right (or vice versa).