All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sosy_lab.solver.api.IntegerFormulaManager Maven / Gradle / Ivy

There is a newer version: 5.0.1
Show newest version
package org.sosy_lab.solver.api;

import org.sosy_lab.solver.api.NumeralFormula.IntegerFormula;

/**
 * Interface which operates over {@link IntegerFormula}s.
 *
 * 

Integer formulas always take integral formulas as arguments. */ public interface IntegerFormulaManager extends NumeralFormulaManager {}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy