OpenCompass/opencompass/datasets/NPHardEval/__init__.py
Skyfall-xzz 7ad1168062
Support NPHardEval (#835)
* support NPHardEval

* add .md file and fix minor bugs

* refactor and minor fix

---------

Co-authored-by: Leymore <zfz-960727@163.com>
2024-02-05 15:52:28 +08:00

10 lines
388 B
Python

from .cmp_GCP_D import * # noqa: F401, F403
from .cmp_KSP import * # noqa: F401, F403
from .cmp_TSP_D import * # noqa: F401, F403
from .hard_GCP import * # noqa: F401, F403
from .hard_MSP import * # noqa: F401, F403
from .hard_TSP import * # noqa: F401, F403
from .p_BSP import * # noqa: F401, F403
from .p_EDP import * # noqa: F401, F403
from .p_SPP import * # noqa: F401, F403