Skip to content
Snippets Groups Projects
Commit 46bda448 authored by Régis Blanc's avatar Régis Blanc
Browse files

rename IntegerInequalities

parent 69291b5f
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ import purescala.Definitions._
import LinearEquations.elimVariable
import ArithmeticNormalization.simplify
class IntegerInequality(synth: Synthesizer) extends Rule("Integer Inequality", synth, 300) {
class IntegerInequalities(synth: Synthesizer) extends Rule("Integer Inequality", synth, 300) {
def applyOn(task: Task): RuleResult = {
val problem = task.problem
val TopLevelAnds(exprs) = problem.phi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment