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

boomerang.SolverCreationListener Maven / Gradle / Ivy

There is a newer version: 3.2.2
Show newest version
package boomerang;

import boomerang.solver.AbstractBoomerangSolver;
import wpds.impl.Weight;

public interface SolverCreationListener {

  void onCreatedSolver(Query query, AbstractBoomerangSolver solver);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy