Skip to content

Commit

Permalink
adjust example to use objective_lower_bound
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Oct 16, 2024
1 parent e29061e commit 6fbf7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.py
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,7 @@ def core(self, slothy):


# Step 1: find minimum number of stack spills in first loop
slothy.config.timeout = 300
slothy.config.objective_lower_bound = 7
slothy.config.constraints.functional_only = True
slothy.config.constraints.allow_spills = True
slothy.config.constraints.minimize_spills = True
Expand Down

0 comments on commit 6fbf7ca

Please sign in to comment.