Dominic Steinhöfel

Results 19 comments of Dominic Steinhöfel

I'm using the following function for converting the output to a String that I could feed back into Prolog: ```python def pyswip_output_to_str(inp) -> Union[str, int, List]: if type(inp) is bytes:...

Here you are: ![screenshot-1](https://user-images.githubusercontent.com/448160/65024061-62c33d80-d934-11e9-8865-ea57e19a2501.png) ![screenshot-2](https://user-images.githubusercontent.com/448160/65024071-6e166900-d934-11e9-8fed-aa3ba0b204fe.png) ![screenshot-3](https://user-images.githubusercontent.com/448160/65024080-7078c300-d934-11e9-8cd7-502af4a79eeb.png) ![screenshot-4](https://user-images.githubusercontent.com/448160/65024086-72428680-d934-11e9-8017-b606eb45cce4.png)

While uploading the screenshots, I saw that the title slide has a plain white background, while I suppose it should be the same as the other slides. If there's interest...

Do you know about any kind of statistics about how frequently a given research method occurs in practice? For instance, Engineering Research could apply for much more empirical SE papers...

I see 😬 Still, such a classification could be useful for designing the decision tree; it won't make it incorrect, rather influence its structure. I just sent 10 minutes trying...

That sounds great, looking forward to testing the new version!

The cause is not the version on PyPi, I just executed a cell with the following (only slightly changed) content in the interactive notebook for the current fuzzing book version,...

Thanks for the report. Could you please provide a small but complete example, including a grammar and parseable ISLa constraints with concrete nonterminal symbols? This will help me tremendously in...

@leonbett: I don't understand the fix "(b)." The line in question is never reached in your example (I placed an `assert False` to make sure), which would also be strange...

The remainder of the problem is probably related to `str.to.code`. There's currently no special support for this in ISLa (unlike to `str.to.int` and `str.len`), which is why Z3 also gets...