halmos icon indicating copy to clipboard operation
halmos copied to clipboard

don't solve again if refine(query) returns the same query

Open 0xkarmacoma opened this issue 10 months ago • 0 comments

as is the case in this test:

    function test_expRefinement(uint256 x) external {
        vm.assume(x != 0);

        unchecked {
            assert(x ** 4 != 0);
        }
    }

0xkarmacoma avatar Apr 20 '24 00:04 0xkarmacoma