{
    "id": "FM_Calzone",
    "name": "FM_Calzone",
    "features": {
        "BBQ": {
            "name": "BBQ",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Base": {
            "name": "Base",
            "optional": false,
            "type": "XOR",
            "note": ""
        },
        "Calzone": {
            "name": "Calzone",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Carbonara": {
            "name": "Carbonara",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Ingredients": {
            "name": "Ingredients",
            "optional": false,
            "type": "FEATURE",
            "note": ""
        },
        "IngredientsFM.Ingredients": {
            "name": "IngredientsFM.Ingredients",
            "optional": false,
            "type": "FEATURE",
            "note": ""
        },
        "Prosciutto": {
            "name": "Prosciutto",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Turkish": {
            "name": "Turkish",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        }
    },
    "tree": {
        "id": "Calzone",
        "children": [
            {
                "id": "Base",
                "children": [
                    {
                        "id": "BBQ"
                    },
                    {
                        "id": "Carbonara"
                    },
                    {
                        "id": "Prosciutto"
                    },
                    {
                        "id": "Turkish"
                    }
                ]
            },
            {
                "id": "Ingredients",
                "children": [
                    {
                        "id": "IngredientsFM.Ingredients"
                    }
                ]
            }
        ]
    },
    "constraints": {
        "Constraint 0": {
            "type": "ImpliesTerm",
            "operands": [
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "Base"
                    ]
                },
                {
                    "type": "AndTerm",
                    "operands": [
                        {
                            "type": "AndTerm",
                            "operands": [
                                {
                                    "type": "FeatureTerm",
                                    "operands": [
                                        "IngredientsFM.Mozzarella"
                                    ]
                                },
                                {
                                    "type": "FeatureTerm",
                                    "operands": [
                                        "IngredientsFM.Tomato"
                                    ]
                                }
                            ]
                        },
                        {
                            "type": "FeatureTerm",
                            "operands": [
                                "IngredientsFM.Shawarma_meat"
                            ]
                        }
                    ]
                }
            ]
        },
        "Constraint 1": {
            "type": "ImpliesTerm",
            "operands": [
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "Turkish"
                    ]
                },
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "IngredientsFM.Yogurt_sauce"
                    ]
                }
            ]
        },
        "Constraint 2": {
            "type": "ImpliesTerm",
            "operands": [
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "Carbonara"
                    ]
                },
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "IngredientsFM.Cream"
                    ]
                }
            ]
        },
        "Constraint 3": {
            "type": "ImpliesTerm",
            "operands": [
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "BBQ"
                    ]
                },
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "IngredientsFM.BBQ_sauce"
                    ]
                }
            ]
        },
        "Constraint 4": {
            "type": "ImpliesTerm",
            "operands": [
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "Prosciutto"
                    ]
                },
                {
                    "type": "AndTerm",
                    "operands": [
                        {
                            "type": "FeatureTerm",
                            "operands": [
                                "IngredientsFM.Ham"
                            ]
                        },
                        {
                            "type": "FeatureTerm",
                            "operands": [
                                "IngredientsFM.Yogurt_sauce"
                            ]
                        }
                    ]
                }
            ]
        }
    }
}