Loading...
Searching...
No Matches
- lib
- include
- idol
- mixed-integer
- optimizers
- presolve
5#ifndef IDOL_ABSTRACTPRESOLVER_H
6#define IDOL_ABSTRACTPRESOLVER_H
7#include "idol/mixed-integer/modeling/expressions/LinExpr.h"
10 namespace Presolvers {
23 virtual bool execute(
Model& t_model) = 0;
24 virtual void log_after_termination()
const {}