EnglishFrenchSpanish

Ad


OnWorks favicon

mace2 - Online in the Cloud

Run mace2 in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command mace2 that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


mace2 - searches for finite countermodels of first-order statements

SYNOPSIS


mace2 [options] < input-file > output-file

DESCRIPTION


This manual page documents briefly the mace2 command.

mace2 is a program that searches for finite models of first-order statements. The
statement to be modeled is first translated to clauses, then to relational clauses;
finally for the given domain size, the ground instances are constructed. A Davis-Putnam-
Loveland-Logeman procedure decides the propositional problem, and any models found are
translated to first-order models. mace2 is a useful complement to the theorem prover
otter(1), with otter searching for proofs and mace2 looking for countermodels.

OPTIONS


A summary of options is included below.

-n n This gives the starting domain size for the search. The default value is 2. If you
also give an -N option, MACE will iterate domain sizes up through the -N value.
Otherwise, mace2 will search only for the -n value.

-N n This gives the ending domain size for the search. The default is the value of the
-n option.

-c This says that constants in the input should be assigned unique elements of the
domain. If the number of constants in the input is greater than the domain size n,
the first n constants are given values, and the rest are unconstrained. This is a
useful option because it eliminates lots of isomorphism from the search. But it can
block all models, especially when used with other constraints.

-p This option tells mace2 to print models in a nice tabular form as they are found.
This format is meant for human consumption.

-P This option tells mace2 to print models in an easily parsable form. This format has
an otter-like syntax and can be read by most Prolog systems.

-I This option tells mace2 to print models in IVY form. This format is a Lisp S-
expression and is meant to be read by IVY, our proof and model checker.

-m n This tells mace2 to stop after finding n models. The default is 1.

-t n This tells mace2 to stop after about n seconds. The default is unlimited. mace2
ignores any assign(max_seconds, n) commands that might be in the input file. Such
commands are used by otter only.

-k n This tells mace2 to stop if it tries to allocate more than n kilobytes of memory.
The default is 48000 (about 48 megabytes). mace2 ignores any assign(max_mem, n)
commands that might be in the input file. Such commands are used by otter only.

-x This is a special-purpose constraint designed to reduce isomorphism in quasigroup
problems. It applies only to binary function f.

-h This tells mace2 to print a summary of these command-line options.

Use mace2 online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Zephyr Project
    Zephyr Project
    The Zephyr Project is a new generation
    real-time operating system (RTOS) that
    supports multiple hardware
    architectures. It is based on a
    small-footprint kernel...
    Download Zephyr Project
  • 2
    SCons
    SCons
    SCons is a software construction tool
    that is a superior alternative to the
    classic "Make" build tool that
    we all know and love. SCons is
    implemented a...
    Download SCons
  • 3
    PSeInt
    PSeInt
    PSeInt is a pseudo-code interpreter for
    spanish-speaking programming students.
    Its main purpose is to be a tool for
    learning and understanding the basic
    concep...
    Download PSeInt
  • 4
    oStorybook
    oStorybook
    oStorybook l'outil privil�gi� des
    �crivains. ATTENTION : voir sur
    http://ostorybook.tuxfamily.org/v5/
    --en_EN oStorybook the right tool for
    writers. WARNIN...
    Download oStorybook
  • 5
    Asuswrt-Merlin
    Asuswrt-Merlin
    Asuswrt-Merlin is a third party
    firmware for select Asus wireless
    routers. Based on the Asuswrt firmware
    developed by Asus, it brings tweaks, new
    features and ...
    Download Asuswrt-Merlin
  • 6
    Atom
    Atom
    Atom is a text editor that's
    modern, approachable and full-featured.
    It's also easily customizable- you
    can customize it to do anything and be
    able to ...
    Download Atom
  • 7
    Osu!
    Osu!
    Osu! is a simple rhythm game with a well
    thought out learning curve for players
    of all skill levels. One of the great
    aspects of Osu! is that it is
    community-dr...
    Download Osu!
  • More »

Linux commands

Ad