hook up parameter curves to submodule estimator

This commit is contained in:
Ben
2022-12-06 15:15:57 +00:00
parent 6f0d65055b
commit 3b675b5a85

View File

@@ -1,5 +1,6 @@
import sys
from estimator_new import *
sys.path.insert(1, '../lattice-estimator')
from estimator import *
from sage.all import oo, save, load, ceil
from math import log2
import multiprocessing