Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions about TIBRA #349

Closed
jianghc2116 opened this issue Feb 20, 2022 · 2 comments
Closed

Questions about TIBRA #349

jianghc2116 opened this issue Feb 20, 2022 · 2 comments

Comments

@jianghc2116
Copy link

Hello, I have successfully run the jgenprog repair tool, but I want to use the Tibra method. How should I run the program?
Second, I want to set the jgenprog method to expression granularity. What should I do? Directly use - mode expression or what I need to modify? thank you!

@martinezmatias
Copy link
Collaborator

Hi @jianghc2116

I want to use the Tibra method. How should I run the program?

You can activate it using the command line parameter: -customengine fr.inria.astor.approaches.jgenprog.extensionTibraApproach

Second, I want to set the jgenprog method to expression granularity.

By default, it works at the level of statements. It could be possible to work at the level of method, but you rewrite all operators in order they work at that granularity.

Regards
Matias

@jianghc2116
Copy link
Author

Hi @jianghc2116

I want to use the Tibra method. How should I run the program?

You can activate it using the command line parameter: -customengine fr.inria.astor.approaches.jgenprog.extensionTibraApproach

Second, I want to set the jgenprog method to expression granularity.

By default, it works at the level of statements. It could be possible to work at the level of method, but you rewrite all operators in order they work at that granularity.

Regards Matias

for question 2, am I going to rewrite all the methods here? /fr/inria/astor/approaches/jgenprog/operators

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants