mirror of
https://github.com/Brandon-Rozek/matmod.git
synced 2025-12-19 05:10:25 +00:00
Pretty printing
This commit is contained in:
parent
6bb863da97
commit
df5b0f5161
5 changed files with 121 additions and 53 deletions
|
|
@ -6,10 +6,10 @@ from common import set_to_str
|
|||
from logic import Logic, Operation, Rule, get_operations_from_term
|
||||
from model import (
|
||||
Interpretation, ModelValue, Model,
|
||||
satisfiable, ModelFunction
|
||||
ModelFunction, satisfiable
|
||||
)
|
||||
from itertools import combinations, chain, product
|
||||
from typing import Set, List, Dict, Tuple
|
||||
from typing import Set, List, Tuple
|
||||
|
||||
def possible_designations(iterable):
|
||||
"""Powerset without the empty and complete set"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue