jim-carciofini

Results 2 issues of jim-carciofini

With this simple model: ``` annotation tag(string: label); var 0..10: x; var 0..10: y; var 0..10: z; constraint ( x = y + z ) :: tag("mytag"); solve maximize x;...

enhancement

**Version and Platform (required):** - Binary Ninja Version: 4.0.4958 (ddff9339) and dev version 4.1.5144 - OS: macOS - OS Version: 13.6.6 (22G630) - CPU Architecture: M2 **Bug Description:** When calling...

State: Awaiting Triage