dreal / dreal3

There is a new version of dReal, available at https://github.com/dreal/dreal4
GNU General Public License v3.0
48 stars 36 forks source link

ODE heuristics #168

Open soonhokong opened 9 years ago

soonhokong commented 9 years ago

"Another thing that we need to re-implement in dReal3 is the ordering of ODE pruning operators. For now, it always applies forward ODE pruning first and then backward ODE pruning later. In dReal2, we compare the widths of X_0 and X_t and decide what to apply first. Note that this is analogous to decision heuristics in SAT solving."