1#ifndef PROBFD_CARTESIAN_FLAW_H
2#define PROBFD_CARTESIAN_FLAW_H
4#include "probfd/cartesian_abstractions/types.h"
6#include "downward/cartesian_abstractions/cartesian_set.h"
8#include "downward/task_proxy.h"
13namespace probfd::cartesian_abstractions {
18namespace probfd::cartesian_abstractions {
23 const AbstractState& current_abstract_state;
25 CartesianSet desired_cartesian_set;
28 State&& concrete_state,
29 const AbstractState& current_abstract_state,
30 CartesianSet&& desired_cartesian_set);
32 std::vector<Split> get_possible_splits()
const;