mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
C/right on python scripts
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d469a16bb8
commit
e0068e4065
|
@ -1,3 +1,5 @@
|
||||||
|
# Copyright (c) Microsoft Corporation 2015
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
import re
|
import re
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Copyright (c) Microsoft Corporation 2015
|
||||||
|
|
||||||
from z3 import *
|
from z3 import *
|
||||||
|
|
||||||
x = Real('x')
|
x = Real('x')
|
||||||
|
|
Loading…
Reference in a new issue