We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should begin with the most recently failed block, or use accumulated failure count. For example:
uni import --target=X86 ../experiments/x86/selected-functions/speed-toplas/rasta.mapping.comp_Jboundaries.mir -o rasta.mapping.comp_Jboundaries.uni --targetoption=skylake --maxblocksize=25 --explicitcallreg --goal=speed --copyremat --lint uni linearize --target=X86 rasta.mapping.comp_Jboundaries.uni -o rasta.mapping.comp_Jboundaries.lssa.uni --targetoption=skylake --lint uni extend --target=X86 rasta.mapping.comp_Jboundaries.lssa.uni -o rasta.mapping.comp_Jboundaries.ext.uni --targetoption=skylake --lint uni augment --target=X86 rasta.mapping.comp_Jboundaries.ext.uni -o rasta.mapping.comp_Jboundaries.alt.uni --targetoption=skylake --copyremat --lint uni normalize --target=X86 ../experiments/x86/selected-functions/speed-toplas/rasta.mapping.comp_Jboundaries.asm.mir -o rasta.mapping.comp_Jboundaries.llvm.mir --targetoption=skylake uni model --target=X86 --basefile=rasta.mapping.comp_Jboundaries.llvm.mir rasta.mapping.comp_Jboundaries.alt.uni -o rasta.mapping.comp_Jboundaries.json --targetoption=skylake gecode-presolver -dzn rasta.mapping.comp_Jboundaries.dzn -verbose rasta.mapping.comp_Jboundaries.json | aeson-pretty > rasta.mapping.comp_Jboundaries.ext.json [...] gecode-solver -dzn rasta.mapping.comp_Jboundaries.dzn -o rasta.mapping.comp_Jboundaries.out.json.temp -l rasta.mapping.comp_Jboundaries.lb.json rasta.mapping.comp_Jboundaries.ext.json [...] [global] solving problem (i: 5, state: 0.222222(c), cost: {[13258..14278]}) [global] found solution (failures: 0, nodes: 27) [b0] repeated solution [b1] repeated solution [b2] proven unsatisfiable (failures: 18, nodes: 45) [b2] could not find solution (unsatisfiable) [global] could not find a full solution [global] solving problem (i: 6, state: 0.333333, cost: {[13258..14278]}) [global] found solution (failures: 1, nodes: 30) [b0] repeated solution [b1] found optimal solution (cost: {2}, failures: 7, nodes: 21) [b2] found optimal solution (cost: {36}, failures: 96, nodes: 233) [b3] found optimal solution (cost: {4}, failures: 6, nodes: 25) [b4] found optimal solution (cost: {16}, failures: 88, nodes: 212) [b5] repeated solution [...]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It should begin with the most recently failed block, or use accumulated failure count.
For example:
The text was updated successfully, but these errors were encountered: