mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
chore: try to build again
This commit is contained in:
parent
1aa160fe56
commit
5faa1d6ef7
3 changed files with 3 additions and 4 deletions
|
|
@ -83,8 +83,8 @@ let argspec = Arg.align [
|
||||||
"--time", Arg.String (int_arg time_limit), " <t>[smhd] sets the time limit for the sat solver";
|
"--time", Arg.String (int_arg time_limit), " <t>[smhd] sets the time limit for the sat solver";
|
||||||
"-t", Arg.String (int_arg time_limit), " short for --time";
|
"-t", Arg.String (int_arg time_limit), " short for --time";
|
||||||
"--version", Arg.Unit (fun () -> Printf.printf "version: %s\n%!" Sidekick_version.version; exit 0), " show version and exit";
|
"--version", Arg.Unit (fun () -> Printf.printf "version: %s\n%!" Sidekick_version.version; exit 0), " show version and exit";
|
||||||
"-d", Arg.Int Msat.Log.set_debug, "<lvl> sets the debug verbose level";
|
"-d", Arg.Int Log.set_debug, "<lvl> sets the debug verbose level";
|
||||||
"--debug", Arg.Int Msat.Log.set_debug, "<lvl> sets the debug verbose level";
|
"--debug", Arg.Int Log.set_debug, "<lvl> sets the debug verbose level";
|
||||||
] |> List.sort compare
|
] |> List.sort compare
|
||||||
|
|
||||||
(* Limits alarm *)
|
(* Limits alarm *)
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
open Sidekick_base
|
open Sidekick_base
|
||||||
module Loc = Smtlib_utils.V_2_6.Loc
|
module Loc = Smtlib_utils.V_2_6.Loc
|
||||||
module Fmt = CCFormat
|
module Fmt = CCFormat
|
||||||
module Log = Msat.Log
|
|
||||||
|
|
||||||
module PA = Smtlib_utils.V_2_6.Ast
|
module PA = Smtlib_utils.V_2_6.Ast
|
||||||
module BT = Sidekick_base
|
module BT = Sidekick_base
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,6 @@
|
||||||
(public_name sidekick-bin.smtlib)
|
(public_name sidekick-bin.smtlib)
|
||||||
(libraries containers zarith sidekick.core sidekick.util
|
(libraries containers zarith sidekick.core sidekick.util
|
||||||
sidekick-base sidekick-base.solver
|
sidekick-base sidekick-base.solver
|
||||||
msat.backend smtlib-utils
|
sidekick.backend smtlib-utils
|
||||||
sidekick.tef)
|
sidekick.tef)
|
||||||
(flags :standard -warn-error -a+8 -open Sidekick_util))
|
(flags :standard -warn-error -a+8 -open Sidekick_util))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue